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 4ae425e commit 385dca5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ jobs:
- name: Install dependencies
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: python-v38
environment-file: environment.yml
miniforge-version: latest
- name: Test with pytest
run: |
# pip install -r requirements.txt
$CONDA/bin/python -m pytest
run: python -m pytest

# steps:
# - uses: actions/checkout@v3
Expand Down

0 comments on commit 385dca5

Please sign in to comment.