Skip to content

Commit

Permalink
testing a different install pattern for optional deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkala committed Aug 2, 2023
1 parent cd7d728 commit 835d242
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 @@ -204,8 +204,8 @@ jobs:
run: "docker image ls"
- name: "Run Tests"
run: "poetry run invoke pytest"
- name: "Install Napalm"
run: "pip install napalm"
- name: "Install Optional Dependencies"
run: "poetry run poetry install --extras optionals"
- name: "Run Optional Tests"
run: "poetry run pytest tests/unit/test_lib_helpers_optionals.py"
needs:
Expand Down

0 comments on commit 835d242

Please sign in to comment.