Skip to content

Commit

Permalink
Run tests only with used version of Python
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 committed Mar 7, 2024
1 parent 3edbc13 commit 5ca63b3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,12 @@ defaults:

jobs:
tests:
strategy:
fail-fast: false
matrix:
python-version: [
'3.8',
'3.9',
'3.10',
]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
python-version: '3.10'
auto-update-conda: true
- run: make devinstall
- run: make unittests
Expand Down

0 comments on commit 5ca63b3

Please sign in to comment.