Skip to content

Commit

Permalink
install setuptools in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wvandeun committed Dec 23, 2024
1 parent 8990da0 commit 7adbc21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: "Setup environment"
run: |
pipx install poetry
pip install invoke toml
pip install --upgrade invoke toml setuptools
- name: "Install Linters"
run: "poetry install --only=dev"
- name: "Linting"
Expand All @@ -50,7 +50,7 @@ jobs:
- name: "Setup environment"
run: |
pipx install poetry
pip install invoke toml
pip install --upgrade invoke toml setuptools
- name: "Install Nornir Infrahub"
run: "poetry install"
- name: "Pytest Tests"
Expand Down

0 comments on commit 7adbc21

Please sign in to comment.