Skip to content

Commit

Permalink
Fixed bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
scheuclu committed Jun 16, 2024
1 parent 20c30f6 commit b941288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup_dojo_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
version: nightly-de33b6af53005037b463318d2628b5cfcaf39916

- name: Install python dependencies on linux
if: if: ${{ runner.os == 'linux' }}
if: ${{ runner.os == 'linux' }}
run: |
curl -sSL https://install.python-poetry.org | python3 - --version 1.4.2
poetry install
Expand Down

0 comments on commit b941288

Please sign in to comment.