Skip to content

Commit

Permalink
remove no-deps from pip install in github workflow to get roms-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
“Dafydd committed Sep 14, 2024
1 parent b695453 commit fb1c294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
shell: micromamba-shell {0}
run: |
python - V
python -m pip install -e . --no-deps --force-reinstall
python -m pip install .
- name: pre-commit
shell: micromamba-shell {0}
Expand Down

0 comments on commit fb1c294

Please sign in to comment.