Skip to content

Commit

Permalink
Remove pydl in release
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Dec 23, 2021
1 parent d382660 commit 53d213d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
conda create --name STUI --file BuildForMac/environment.txt
conda activate STUI
pip install numpy==1.10.1
pip install py2app==0.22 matplotlib==2.2.5 pyfits==3.5 pyds9==1.8.1 twisted==20.3.0 pygame==1.9.6
pip install py2app==0.22 matplotlib==2.2.5 pyfits==3.5 twisted==20.3.0 pygame==1.9.6
shell: bash -l {0}

- name: Build Imaging
Expand Down

0 comments on commit 53d213d

Please sign in to comment.