Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-osalazarlizano committed Jun 17, 2024
1 parent 931c619 commit ada646b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,17 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Run tests
- name: Setup test environment
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: mailorder-testing
environment-file: mailorder/local_test_env.yml
auto-activate-base: false
run: |
pytest
pip install pytest
- name: Run tests
working-directory: mailorder
run: |
pip install pytest
pytest

0 comments on commit ada646b

Please sign in to comment.