Skip to content

Commit 760f68c

Browse files
committed
More work on unit test YAML ...
1 parent 0c5f5c9 commit 760f68c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/unit_test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,8 @@ jobs:
8484

8585
- name: Set up environment
8686
run: |
87-
python --version
88-
pip install --upgrade pip
8987
pip install pytest lightning
90-
WHEEL_PATH=$(ls ./dist/nvidia_resiliency_ext-*-cp310-cp310-*_x86_64.whl)
88+
WHEEL_PATH=$(ls ./dist/nvidia_resiliency_ext-*-cp311-cp311-*_x86_64.whl)
9189
pip install ${WHEEL_PATH}
9290
9391
- name: Run Fault Tolerance unit tests

0 commit comments

Comments
 (0)