Skip to content

Commit

Permalink
updating test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
travishathaway committed Oct 30, 2024
1 parent 5321041 commit 518fd50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
run: |
conda env update --file environment.yaml --name base
conda install --file requirements.dev.txt
- name: Install conda-basic-auth
- name: Install anaconda-conda-telemetry
run: |
pip install -e .
- name: Test with pytest
run: |
conda activate
pytest --doctest-modules

0 comments on commit 518fd50

Please sign in to comment.