Skip to content

Commit

Permalink
Fix workflow syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbrickhouse committed Mar 29, 2024
1 parent 1c608cc commit 03f57e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install poetry
uses: pipx install poetry
run: pipx install poetry
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: poetry
cache: 'poetry'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 03f57e9

Please sign in to comment.