Skip to content

Commit

Permalink
added setuptools to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JLSteenwyk committed Apr 22, 2024
1 parent f1b86ee commit 46c94e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements.txt
# py 3.12 no longer comes bundled with setuptools so we need to install it
pip install setuptools
# make clipkit CLI available for tests
make install
# install deps for tests
Expand Down

0 comments on commit 46c94e3

Please sign in to comment.