Skip to content

Commit

Permalink
Remove micromamba pinning (#2566)
Browse files Browse the repository at this point in the history
  • Loading branch information
matrss authored Oct 15, 2024
1 parent 614b857 commit bb6c372
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/testing-all-oses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ jobs:
cache-environment: true
# Set the cache key in a way that the cache is invalidated every week on monday
cache-environment-key: environment-${{ steps.year-and-week.outputs.year-and-week }}
# micromamba>=2 breaks CI by hanging indefinitely at the micromamba list step.
# See: https://github.com/mamba-org/setup-micromamba/issues/225
# TODO: remove the pinning as soon as the issue is fixed
micromamba-version: '1.5.10-0'
- name: Run tests
timeout-minutes: 40
run: micromamba run -n ci env QT_QPA_PLATFORM=offscreen pytest -v -n logical --durations=20 --cov=mslib tests

0 comments on commit bb6c372

Please sign in to comment.