We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b55033 commit 5627330Copy full SHA for 5627330
.github/workflows/pytest_cpu.yml
@@ -38,9 +38,7 @@ jobs:
38
- name: Wait For Connection
39
uses: ./actions/ci_connection/
40
- name: Build jaxlib
41
- env:
42
- JAXCI_ENV_FILE: ci/envs/build_artifacts/jaxlib
43
- run: ./ci/build_artifacts.sh
+ run: ./ci/build_artifacts.sh "ci/envs/build_artifacts/jaxlib"
44
- name: Install pytest
45
env:
46
JAXCI_PYTHON: python${{ matrix.python }}
@@ -50,6 +48,4 @@ jobs:
50
48
51
49
run: $JAXCI_PYTHON -m pip install -r build/test-requirements.txt
52
- name: Run Pytest CPU tests
53
54
- JAXCI_ENV_FILE: ci/envs/run_tests/pytest_cpu
55
- run: ./ci/run_pytest.sh
+ run: ./ci/run_pytest.sh "ci/envs/run_tests/pytest_cpu"
0 commit comments