Skip to content

Commit

Permalink
micromamba has no channels
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Apr 27, 2022
1 parent 17ce516 commit 2562a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Python ${{ matrix.python-version }} numpy ${{ matrix.numpy-version }}
shell: bash -l {0}
run: |
micromamba create --name TEST python=${{ matrix.python-version }} --file requirements.txt --file requirements-dev.txt
micromamba create --name TEST python=${{ matrix.python-version }} --file requirements.txt --file requirements-dev.txt --channel conda-forge
micromamba activate TEST
micromamba install numpy=${{ matrix.numpy-version }}
pip install -e . --no-deps --force-reinstall
Expand Down

0 comments on commit 2562a32

Please sign in to comment.