Skip to content

Commit

Permalink
chore: update CI env file
Browse files Browse the repository at this point in the history
  • Loading branch information
Lan Le committed Mar 12, 2024
1 parent 7077f2d commit 3106af2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
environment-file: environment.yml
miniforge-version: latest
- name: Test with pytest
- run: conda activate python-v38
- run: python -m pytest
run: |
conda activate python-v38
python -m pytest
# steps:
# - uses: actions/checkout@v3
Expand Down

0 comments on commit 3106af2

Please sign in to comment.