Skip to content

Commit e4f5416

Browse files
committed
retry ubuntu py313
1 parent 37db138 commit e4f5416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
# os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
16-
os: [ubuntu-latest, windows-latest]
17-
solver: [classic, libmamba]
16+
os: [ubuntu-latest]
17+
solver: [libmamba]
1818
name: Build Anaconda packages on ${{ matrix.os }} with ${{ matrix.solver }} solver
1919

2020
steps:

0 commit comments

Comments
 (0)