Skip to content

Commit

Permalink
Remove setuptools dependency from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
akamat10 authored and jacobtylerwalls committed Sep 12, 2024
1 parent b4ac0e2 commit 44907c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
run: |
python -m venv venv
. venv/bin/activate
python -m pip install -U pip setuptools wheel
python -m pip install -U pip wheel
pip install -U -r requirements_full.txt
pip install -e .
- name: Run pytest
Expand Down

0 comments on commit 44907c2

Please sign in to comment.