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 0c5f5c9 commit 760f68cCopy full SHA for 760f68c
.github/workflows/unit_test.yml
@@ -84,10 +84,8 @@ jobs:
84
85
- name: Set up environment
86
run: |
87
- python --version
88
- pip install --upgrade pip
89
pip install pytest lightning
90
- WHEEL_PATH=$(ls ./dist/nvidia_resiliency_ext-*-cp310-cp310-*_x86_64.whl)
+ WHEEL_PATH=$(ls ./dist/nvidia_resiliency_ext-*-cp311-cp311-*_x86_64.whl)
91
pip install ${WHEEL_PATH}
92
93
- name: Run Fault Tolerance unit tests
0 commit comments