Skip to content

Commit ea6c2f7

Browse files
authored
Update build-test.yml
1 parent 8997141 commit ea6c2f7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build-test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,6 @@ jobs:
110110
script: |
111111
export USE_HOST_DEPS=1
112112
pushd .
113-
cd tests/modules
114-
${CONDA_RUN} python -m pip install -r requirements.txt
115-
${CONDA_RUN} python hub.py
116-
popd
117-
pushd .
118113
cd tests/py/dynamo
119114
${CONDA_RUN} python -m pip install --pre pytest-xdist timm transformers parameterized expecttest --use-deprecated=legacy-resolver
120115
${CONDA_RUN} python -m pytest --junitxml=${RUNNER_TEST_RESULTS_DIR}/dynamo_converters_test_results.xml -n 10 conversion/

0 commit comments

Comments
 (0)