Skip to content

Commit 636d1ac

Browse files
committed
Fix download of sage_numerical_backends_coin
1 parent 27d0629 commit 636d1ac

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,9 @@ jobs:
3838
env:
3939
MAKE: make -j8
4040

41-
- name: make download
41+
- name: Download tarballs of all packages
4242
run: |
43-
make -k download DOWNLOAD_PACKAGES=":all: --no-file huge --allow-upstream"
44-
env:
45-
MAKE: make -j8
43+
build/bin/sage-package download :all: --no-file huge --allow-upstream
4644
4745
- name: Remove what cannot be distributed
4846
run: |

build/pkgs/sage_numerical_backends_coin/package-version.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
10.4

0 commit comments

Comments
 (0)