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 a9e3cb6 commit 6797b13Copy full SHA for 6797b13
.github/workflows/pull.yml
@@ -14,7 +14,7 @@ concurrency:
14
jobs:
15
unittest-linux:
16
name: unittest-linux
17
- uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
+ uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
18
strategy:
19
fail-fast: false
20
with:
.github/workflows/trunk.yml
@@ -36,7 +36,7 @@ jobs:
36
pushd build/test && ctest && popd
37
38
# Install tokenizers
39
- pip install . -v
+ ${CONDA_RUN} pip install . -v
40
41
# Run tests
42
- pytest
+ ${CONDA_RUN} pytest
0 commit comments