Skip to content

Commit

Permalink
chore: add setuptools installation step in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cpaniaguam committed Nov 12, 2024
1 parent e889479 commit 79c2458
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 @@ -30,6 +30,8 @@ jobs:
python-version: '3.12'
- name: update pip
run: python -m pip install -U pip
- name: install setuptools
run: python -m pip install setuptools
- name: install python deps
run: python -m pip install -U -r requirements.txt
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit 79c2458

Please sign in to comment.