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 722d49e commit 4833c12
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,16 @@ jobs:
with:
python-version: 3.8
- name: Install dependencies
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: python-v38
environment-file: environment.yml
miniforge-version: latest
- run: |
conda activate python-v38
python -m pytest
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: python-v38
environment-file: environment.yml
miniforge-version: latest
- name: Test with pytest
shell: bash -el {0}
run: |
conda activate python-v38
python -m pytest
# steps:
# - uses: actions/checkout@v3
Expand Down

0 comments on commit 4833c12

Please sign in to comment.