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 b0a798e commit 59c44f5
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ on:
jobs:
build:
runs-on: self-hosted
strategy:
matrix:
py: [ '3.8', '3.10' ]
name: Build and test python on ${{ matrix.py }}

name: Build and test python on 3.10
env:
SECRET_KEY: 'COMMIT_${SHORT_SHA}'

Expand All @@ -29,10 +27,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: sudo apt install libmupdf-dev
- name: Set up Python ${{ matrix.py }}
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.py }}
python-version: 3.10
- run: poetry install
- name: Migrate
run: |
Expand Down

0 comments on commit 59c44f5

Please sign in to comment.