Skip to content

Commit 967e436

Browse files
committed
try to fix pytest installation
1 parent 0a4ae17 commit 967e436

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/install-python-and-package

1 file changed

+1
-1
lines changed

.github/actions/install-python-and-package/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ runs:
9090
shell: bash {0}
9191
if: ${{ inputs.test-release == 'latest' }}
9292
run: |
93-
pip install pytest >= 7.4.0
93+
pip install pytest
9494
rm -r deeprank2
9595
pip install deeprank2

0 commit comments

Comments
 (0)