Skip to content

Commit f8b4cbf

Browse files
authored
Update main.yml
disable fast-fail
1 parent e3c29a2 commit f8b4cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
test:
5757
runs-on: ubuntu-latest
5858
strategy:
59+
fail-fast: false
5960
matrix:
6061
python: [py38, py39, py310, py311]
6162
pytorch: [torch20, torch21, torch22, torch23, torch24]
@@ -69,4 +70,3 @@ jobs:
6970
environments: ${{ matrix.python }}-${{ matrix.pytorch }}
7071
activate-environment: ${{ matrix.python }}-${{ matrix.pytorch }}
7172
- run: pytest tests
72-
if: success() || failure()

0 commit comments

Comments
 (0)