Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ggeorgakoudis committed Oct 1, 2024
1 parent b86501b commit 42b5b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pyomp-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# Must be in a different directory to run tests.
pushd ${RUNNER_WORKSPACE}
conda init
conda activate test-numba-pyomp
conda activate test-llvmlite-pyomp
python -m numba.runtests -v -- numba.tests.test_openmp
popd
- name: Test Numba PyOMP Device target host device(1)
Expand All @@ -62,6 +62,6 @@ jobs:
# Must be in a different directory to run tests.
pushd ${RUNNER_WORKSPACE}
conda init
conda activate test-numba-pyomp
conda activate test-llvmlite-pyomp
python -m numba.runtests -v -- numba.tests.test_openmp.TestOpenmpTarget
popd

0 comments on commit 42b5b4b

Please sign in to comment.