diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 364914b..4ae3327 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file