Skip to content

Commit 0a4ae17

Browse files
committed
add pytest in latest version case
1 parent 3dc2d99 commit 0a4ae17

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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

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

.github/workflows/build-latest-release.yml

-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ jobs:
4444
- uses: ./.github/actions/install-python-and-package
4545
with:
4646
python-version: ${{ matrix.python-version }}
47-
extras-require: test, publishing
4847
test-release: "latest"
4948
- name: Run unit tests
5049
run: pytest -v
51-
- name: Verify that we can build the package
52-
run: python3 -m build

0 commit comments

Comments
 (0)