Skip to content

Commit

Permalink
I don't know why it says 'conda-forge' is already in the list; it isn't.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Jun 6, 2020
1 parent 1c937df commit 9cddc4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,14 @@ jobs:
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
channels: conda-forge

- name: "install most dependencies"
shell: "bash -l {0}"
run: |
conda env list
conda install conda numpy pandas pytest flake8
conda update -n base -c defaults conda
conda install numpy pandas pytest flake8
pip install scikit-hep-testdata
conda list
Expand Down

0 comments on commit 9cddc4e

Please sign in to comment.