Skip to content

Commit 5627330

Browse files
committed
update pytest workflow
1 parent 3b55033 commit 5627330

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/pytest_cpu.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ jobs:
3838
- name: Wait For Connection
3939
uses: ./actions/ci_connection/
4040
- name: Build jaxlib
41-
env:
42-
JAXCI_ENV_FILE: ci/envs/build_artifacts/jaxlib
43-
run: ./ci/build_artifacts.sh
41+
run: ./ci/build_artifacts.sh "ci/envs/build_artifacts/jaxlib"
4442
- name: Install pytest
4543
env:
4644
JAXCI_PYTHON: python${{ matrix.python }}
@@ -50,6 +48,4 @@ jobs:
5048
JAXCI_PYTHON: python${{ matrix.python }}
5149
run: $JAXCI_PYTHON -m pip install -r build/test-requirements.txt
5250
- name: Run Pytest CPU tests
53-
env:
54-
JAXCI_ENV_FILE: ci/envs/run_tests/pytest_cpu
55-
run: ./ci/run_pytest.sh
51+
run: ./ci/run_pytest.sh "ci/envs/run_tests/pytest_cpu"

0 commit comments

Comments
 (0)