Skip to content

Commit

Permalink
add setuptools required explicitly for py312
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Jun 20, 2024
1 parent bf5d1f9 commit cedcaed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
python-version: "${{ matrix.python-version }}"
- name: Install Dependencies and threddsclient
run: |
pip install -r requirements-sys.txt
pip install -r requirements.txt
pip install -r requirements-dev.txt
python setup.py install
Expand Down
2 changes: 2 additions & 0 deletions requirements-sys.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pip>=23
setuptools>=65.5.1

0 comments on commit cedcaed

Please sign in to comment.