Skip to content

Commit

Permalink
mkl-service does not currently install tests into its installation pr…
Browse files Browse the repository at this point in the history
…efix
  • Loading branch information
oleksandr-pavlyk committed Feb 10, 2024
1 parent 0a3f0db commit e808493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
run: |
. $CONDA/etc/profile.d/conda.sh
conda activate ${{ env.TEST_ENV_NAME }}
pytest -vv --pyargs ${{ env.MODULE_NAME }}
pytest -vv tests
test_windows:
needs: build_windows
Expand Down Expand Up @@ -231,4 +231,4 @@ jobs:
- name: Run tests
run: |
conda activate -n ${{ env.TEST_ENV_NAME }}
pytest -v --pyargs ${{ env.MODULE_NAME }}
pytest -v --pyargs tests

0 comments on commit e808493

Please sign in to comment.