Skip to content

Commit

Permalink
Update CI.yaml (#73)
Browse files Browse the repository at this point in the history
* Update CI.yaml

* Update CI.yaml
  • Loading branch information
selimsami authored Mar 25, 2024
1 parent 4dcef21 commit d681ae6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ jobs:
fail-fast: true
matrix:
os: ["ubuntu-latest", "macOS-latest",]
python-version: ["3.7", "3.8", "3.9"]
python-version: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v2

# More info on options: https://github.com/conda-incubator/setup-miniconda
- uses: mamba-org/provision-with-micromamba@main
- uses: mamba-org/setup-micromamba@main
with:
environment-file: .github/test_env.yaml
environment-name: test
extra-specs: |
create-args: >-
python=${{ matrix.python-version }}
pytest=${{ matrix.pytest }}
Expand Down

0 comments on commit d681ae6

Please sign in to comment.