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 42d72f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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,9 +50,9 @@ 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"
run: "poetry install --with=dev"
- name: "Pytest Tests"
run: "poetry run pytest -v tests/"

Expand Down

0 comments on commit 42d72f9

Please sign in to comment.