Skip to content

Commit

Permalink
Do not run the integration test in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanElsaban committed Jan 23, 2024
1 parent 0beaaac commit c040670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
make_target: [test, tox_integration, tox_docs]
make_target: [test, tox_docs]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
make_target: [test, tox_integration, tox_docs]
make_target: [test, tox_docs]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down

0 comments on commit c040670

Please sign in to comment.