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 b49be4b commit 931c619
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.10"
- uses: conda-incubator/setup-miniconda@v2
- name: Run tests
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: mailorder-testing
environment-file: mailorder/local_test_env.yml
auto-activate-base: false
- name: Run tests
working-directory: mailorder
run: |
python -m pytest
run: |
pytest

0 comments on commit 931c619

Please sign in to comment.