Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the extra python paths args from CI #391

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,4 @@ on:
jobs:
codeql:
uses: pyiron/actions/.github/workflows/[email protected]
secrets: inherit
with:
extra-python-paths: tests tests/benchmark tests/integration tests/static tests/unit # For executorlib
secrets: inherit
1 change: 0 additions & 1 deletion .github/workflows/push-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
with:
docs-env-files: .ci_support/environment.yml
notebooks-env-files: .ci_support/environment.yml
extra-python-paths: tests tests/benchmark tests/integration tests/static tests/unit # For executorlib
python-version-alt3: 'exclude' # No python 3.9
alternate-tests-env-files: .ci_support/lower_bound.yml
alternate-tests-python-version: '3.10'
Expand Down
Loading