Skip to content

Commit

Permalink
rearrange to match documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbrickhouse committed Oct 10, 2022
1 parent bae7507 commit c1ed2e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-and-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
Expand All @@ -27,7 +29,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install poetry
poetry install
python -m pip install flake8 pytest
- name: Lint with flake8
Expand Down

0 comments on commit c1ed2e4

Please sign in to comment.