We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4ae17 commit 967e436Copy full SHA for 967e436
.github/actions/install-python-and-package/action.yml
@@ -90,6 +90,6 @@ runs:
90
shell: bash {0}
91
if: ${{ inputs.test-release == 'latest' }}
92
run: |
93
- pip install pytest >= 7.4.0
+ pip install pytest
94
rm -r deeprank2
95
pip install deeprank2
0 commit comments