Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
try a fix for pytest- lazy-fixture test dep
Browse files Browse the repository at this point in the history
  • Loading branch information
adriendelsalle committed Oct 8, 2021
1 parent 58518b3 commit 6b532dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_micromamba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ jobs:
- name: Install py deps
shell: bash
run: |
python -m pip install pytest requests pyyaml
python -m pip install pytest requests pyyaml pytest-lazy-fixture
python -m pip install git+https://github.com/conda/[email protected]
- name: Install zsh, xonsh and fish on Linux
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_mamba_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup env micromamba nightly release
shell: bash
run: |
python -m pip install pytest requests
python -m pip install pytest requests pytest-lazy-fixture
python -m pip install git+https://github.com/conda/[email protected]
- name: Install zsh, xonsh and fish on Linux
shell: bash
Expand Down

0 comments on commit 6b532dc

Please sign in to comment.