Skip to content

Commit

Permalink
chore: add setuptools to dependency installation in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark committed Jan 12, 2025
1 parent f95d64b commit b1cafad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry wheel
pip install setuptools poetry wheel
poetry install
- name: Build project
Expand All @@ -54,7 +54,7 @@ jobs:

- name: Install dependencies
run: |
pip install poetry
pip install setuptools poetry
poetry install --with dev
- name: Run unit tests
Expand Down

0 comments on commit b1cafad

Please sign in to comment.