Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
last-partizan committed Jun 1, 2024
1 parent 8ed7832 commit e1b4d98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:
python: ["3.10"]
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install 'poetry~=1.8'
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
cache: 'poetry'
cache-dependency-path: 'poetry.lock'
- name: Install deps
run: |
pipx install 'poetry~=1.8'
poetry install --sync --no-root
run: poetry install --sync --no-root
- name: Run linters
run: |
source $(poetry env info --path)/bin/activate
Expand Down

0 comments on commit e1b4d98

Please sign in to comment.