Skip to content

Commit

Permalink
Update CI.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
selimsami authored Mar 25, 2024
1 parent 4dcef21 commit bdd4b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- 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 bdd4b8b

Please sign in to comment.