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 d9dd1d1 commit 09f8c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:

steps:
- uses: actions/checkout@v3
- run: sudo apt install libmupdf-dev
- name: Set up Python ${{ matrix.py }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.py }}
cache: 'poetry'
- run: sudo apt install libmupdf-dev
- run: poetry install
- name: Migrate
run: |
Expand Down

0 comments on commit 09f8c91

Please sign in to comment.