Skip to content

Commit

Permalink
TST fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Oct 12, 2023
1 parent 3582209 commit 7a105dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: tests
strategy:
matrix:
pyver: [3.6, 3.7, 3.8]
pyver: [3.9, 3.10, 3.11]

runs-on: "ubuntu-latest"

Expand All @@ -24,6 +24,8 @@ jobs:
channels: conda-forge,defaults
channel-priority: strict
show-channel-urls: true
miniforge-variant: Mambaforge
use_mamba: true

- name: configure conda and install code
shell: bash -l {0}
Expand Down

0 comments on commit 7a105dc

Please sign in to comment.