Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 53d213d

Browse files
committed
Remove pydl in release
1 parent d382660 commit 53d213d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
conda create --name STUI --file BuildForMac/environment.txt
6262
conda activate STUI
6363
pip install numpy==1.10.1
64-
pip install py2app==0.22 matplotlib==2.2.5 pyfits==3.5 pyds9==1.8.1 twisted==20.3.0 pygame==1.9.6
64+
pip install py2app==0.22 matplotlib==2.2.5 pyfits==3.5 twisted==20.3.0 pygame==1.9.6
6565
shell: bash -l {0}
6666

6767
- name: Build Imaging

0 commit comments

Comments
 (0)