Skip to content

Commit

Permalink
FIX: remove all from test dependencies in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 29, 2024
1 parent 4b8c90e commit 9f33564
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
pytest:
uses: ComPWA/actions/.github/workflows/pytest.yml@v2.1
with:
additional-extras: all
coverage-target: tensorwaves
macos-python-version: "3.9"
specific-pip-packages: ${{ inputs.specific-pip-packages }}
Expand Down
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ repos:
hooks:
- id: check-dev-files
args:
- --ci-test-extras=all
- --dev-python-version=3.10
- --doc-apt-packages=graphviz
- --environment-variables=PYTHONHASHSEED=0
Expand Down

0 comments on commit 9f33564

Please sign in to comment.