Skip to content

Commit

Permalink
explicitly install signatory after torch in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rchan26 committed Nov 16, 2023
1 parent 3033a62 commit d13c54b
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 @@ -58,7 +58,7 @@ jobs:
- name: Install signatory
run: |
pip install signatory==1.2.6.1.9.0
pip install signatory==1.2.6.1.9.0 --no-cache-dir --force-reinstall
- name: Install package
run: python -m pip install .[test]
Expand Down

0 comments on commit d13c54b

Please sign in to comment.