Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HexRabbit authored Jul 5, 2023
1 parent 978b4f0 commit 6c46f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
run: sudo apt install exuberant-ctags make

- name: Install Poetry
uses: snok/install-poetry@v1
run: pipx install poetry

- name: Setup Python
uses: actions/setup-python@v4.2.0
uses: actions/setup-python@v4
with:
python-version: 3.8
cache: 'poetry'
Expand Down

0 comments on commit 6c46f70

Please sign in to comment.