Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailprivalov committed Sep 27, 2022
1 parent 3710c6c commit b0a798e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: sudo apt install libmupdf-dev
- name: Install poetry
run: pipx install poetry
- name: Set up Python ${{ matrix.py }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.py }}
cache: 'poetry'
- run: poetry install
- name: Migrate
run: |
Expand Down

0 comments on commit b0a798e

Please sign in to comment.