Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Aug 1, 2024
1 parent 532bed6 commit 178bf61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
- name: Install Conda w/ Python ${{ matrix.python-version }}
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: test
activate-environment: soliket-tests
auto_activate_base: False
python-version: ${{ matrix.python-version }}
channels: conda-forge
condarc-file: soliket-tests.yml
Expand All @@ -50,7 +51,6 @@ jobs:
run: pip install .

- name: Run Tests
shell: bash -el {0}
run: pytest .
- if: matrix.os == 'ubuntu-latest'
name: Report Coverage
Expand Down
1 change: 0 additions & 1 deletion soliket-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ dependencies:
- cython
- mpi4py
- camb
- pytest
- pip:
- -r requirements.txt

0 comments on commit 178bf61

Please sign in to comment.