Skip to content

Commit

Permalink
Iteration on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
charnley committed Feb 4, 2024
1 parent 460e4a6 commit 524e7c7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
shell: bash -l {0}
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.10', '3.11']
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: dev
environment-file: environment_dev.yml
environment-file: ./environment_dev.yaml
python-version: ${{ matrix.python-version }}
- run: |
pip install .
Expand All @@ -32,7 +32,6 @@ jobs:
pwd
which python
conda info
- run: |
make test
- run: |
make format
- run: make compile
- run: make test
- run: make format

0 comments on commit 524e7c7

Please sign in to comment.