Skip to content

Commit

Permalink
ci(run_tests.yml): add project's package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
tvoirand committed Mar 31, 2024
1 parent 429af70 commit 694934f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies with mamba
- name: Install external dependencies with mamba
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment.yml
- name: Install project's package with pip
run: pip install .
shell: micromamba-shell {0}
- name: Run tests with Pytest
run: pytest
shell: micromamba-shell {0}

0 comments on commit 694934f

Please sign in to comment.