Skip to content

Commit

Permalink
Merge pull request #200 from NNPDF/fix_nnpdf_dep
Browse files Browse the repository at this point in the history
add nnpdf dependency to 'test' group
  • Loading branch information
RoyStegeman authored Oct 22, 2024
2 parents 611f425 + c7cea1c commit 2a5b131
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 56 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
virtualenvs-create: false
installer-parallel: true
- name: Install dependencies
run: poetry install --no-interaction --no-root --with test -E nnpdf
run: poetry install --no-interaction --no-root --with test
- name: Install project
# it is required to repeat extras, otherwise they will be removed from
# the environment
run: poetry install --no-interaction -E nnpdf
run: poetry install --no-interaction
- name: Install task runner
run: pip install poethepoet
- name: Lint with pylint
Expand Down
Loading

0 comments on commit 2a5b131

Please sign in to comment.