Skip to content

Commit

Permalink
Include conda in the list of packages, rather than a separate install…
Browse files Browse the repository at this point in the history
… line.
  • Loading branch information
jpivarski committed Jun 6, 2020
1 parent c116d36 commit 1c937df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:
shell: "bash -l {0}"
run: |
conda env list
conda update conda
conda install numpy pandas pytest flake8
conda install conda numpy pandas pytest flake8
pip install scikit-hep-testdata
conda list
Expand Down

0 comments on commit 1c937df

Please sign in to comment.