Skip to content

Commit

Permalink
BLD: Switch CI to use base environment
Browse files Browse the repository at this point in the history
  • Loading branch information
nkeim committed May 24, 2024
1 parent 86e1957 commit f1932fb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,15 @@ jobs:
python-version: ${{ matrix.python }}
channels: conda-forge

- name: Setup Environment
- name: Install dependencies
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
conda install pytest numpy scipy matplotlib pandas pytables numba scikit-learn pyyaml looseversion
python -V
conda info
conda list
- name: Run tests
shell: bash
run: |
conda activate test
pytest trackpy

0 comments on commit f1932fb

Please sign in to comment.