Skip to content

Commit fc2085d

Browse files
Fix issues with github actions
1 parent 1075f39 commit fc2085d

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

.github/workflows/build-pyi-package.yml

-30
This file was deleted.

.github/workflows/docker-image.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
run: pipx install poetry
2424
- uses: actions/setup-python@v4
2525
with:
26-
python-version: '3.11'
27-
cache: 'poetry'
26+
python-version: '3.12'
2827
- run: poetry export > docker_requirements.txt
2928
- name: Build image
3029
run: docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"

0 commit comments

Comments
 (0)