Skip to content

Commit

Permalink
tmp: deactivate minimal tests on pytest to check if any other job fai…
Browse files Browse the repository at this point in the history
…ls too
  • Loading branch information
neutrinoceros committed Mar 25, 2022
1 parent 9e8464a commit 30888c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-test-pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
python-version: ['3.10']
dependencies: [full]
tests-type: [unit]
include:
- os: ubuntu-latest
python-version: 3.7
dependencies: minimal
tests-type: unit
#include:
# - os: ubuntu-latest
# python-version: 3.7
# dependencies: minimal
# tests-type: unit

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 30888c2

Please sign in to comment.