Skip to content

Commit

Permalink
#15 Do not use the latest setuptools (v70.2.0)
Browse files Browse the repository at this point in the history
The latest setuptools (v70.2.0) cannot be installed on Python 3.9
  • Loading branch information
astropenguin committed Jul 3, 2024
1 parent d517c2b commit 9512de8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- run: pip install setuptools==70.0.0 # temporary
- run: pip install poetry==1.8.3 && poetry install
- run: deshima-rawdata download 20231117042946 -e
- run: python scripts/aste/Configure.py cosmos_20231117042946 out
Expand Down

0 comments on commit 9512de8

Please sign in to comment.