Skip to content

Commit

Permalink
BLD: Add conda init
Browse files Browse the repository at this point in the history
  • Loading branch information
nkeim committed May 24, 2024
1 parent d0fd920 commit 86e1957
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Setup Environment
shell: bash
run: |
conda init
conda create --name test python=${{ matrix.python }} pytest numpy scipy matplotlib pandas pytables numba scikit-learn pyyaml looseversion
conda activate test
python -V
Expand Down

0 comments on commit 86e1957

Please sign in to comment.