Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp committed Aug 26, 2024
1 parent 76090d0 commit 9a1753b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install tox
run: pipx install tox
- name: Install tox & poetry
run: |
pipx install tox
pipx install poetry
- name: Download snap package(s)
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 9a1753b

Please sign in to comment.