Skip to content

Commit

Permalink
Update test command
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcauliffe committed Aug 27, 2024
1 parent 6ad81b3 commit 6fb25c2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment.yml
environment-name: mfa
environment-name: conch
create-args: >-
python=3.9
cache-environment: true
Expand All @@ -36,9 +36,12 @@ jobs:
tar -xvzf praat.tar.gz
echo "praat=$(pwd)/praat_barren" >> $GITHUB_ENV
- name: Set up
run: pip install -e .

- name: Run tests
shell: bash -l {0}
run: pytest -x ./tests
run: pytest -x

- name: "Upload coverage to Codecov"
uses: "codecov/codecov-action@v3"
Expand Down

0 comments on commit 6fb25c2

Please sign in to comment.