Skip to content

Commit

Permalink
BLD: Switch CI to conda activate
Browse files Browse the repository at this point in the history
  • Loading branch information
nkeim committed May 24, 2024
1 parent 55b1091 commit d0fd920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
shell: bash
run: |
conda create --name test python=${{ matrix.python }} pytest numpy scipy matplotlib pandas pytables numba scikit-learn pyyaml looseversion
source activate test
conda activate test
python -V
conda info
conda list
- name: Run tests
shell: bash
run: |
source activate test
conda activate test
pytest trackpy

0 comments on commit d0fd920

Please sign in to comment.