Skip to content

Commit

Permalink
fix test docker job on Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Oct 13, 2024
1 parent 6d5b682 commit a59bcc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
with:
python-version: ${{ env.PYTHON_DEFAULT_VERSION }}
- name: Install dependencies
run: sudo python -m pip install --upgrade nox pdm
run: python -m pip install --upgrade nox pdm
- name: Generate Dockerfile
run: nox -vs generate_dockerfile
- name: Set up QEMU
Expand Down

0 comments on commit a59bcc1

Please sign in to comment.