Skip to content

Commit 6797b13

Browse files
committed
Fix CI jobs
1 parent a9e3cb6 commit 6797b13

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
jobs:
1515
unittest-linux:
1616
name: unittest-linux
17-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
17+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
1818
strategy:
1919
fail-fast: false
2020
with:

.github/workflows/trunk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
pushd build/test && ctest && popd
3737
3838
# Install tokenizers
39-
pip install . -v
39+
${CONDA_RUN} pip install . -v
4040
4141
# Run tests
42-
pytest
42+
${CONDA_RUN} pytest

0 commit comments

Comments
 (0)