Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
babayagaofficial authored Aug 19, 2024
1 parent 5d94a4f commit 3919b0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3
- uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.4.5-0'
micromamba-version: '1.5.8-0'
environment-name: test-env
condarc: |
channels:
Expand Down Expand Up @@ -50,7 +50,6 @@ jobs:
- name: Test
shell: bash -el {0}
run: |
micromamba deactivate
micromamba activate test-env
python -m pip install .
PYTHONPATH="." python -m unittest discover -s tests -t .

0 comments on commit 3919b0d

Please sign in to comment.