Skip to content

Commit 9dbbe83

Browse files
committed
install to cover
1 parent 5a74757 commit 9dbbe83

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/all_tests_nnpdf.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- uses: actions/checkout@v4
32-
- uses: actions/setup-python@v5
33-
with:
34-
python-version: "3.12"
32+
- uses: ./.github/actions/install_conda_pip
33+
nnpdf-extras: ""
3534
- name: Install coverage
3635
run: pip install coverage
3736
- name: Download reports

0 commit comments

Comments
 (0)