ci: fix ci

This commit is contained in:
Pavel Korytov 2023-06-18 16:21:31 +03:00
parent 063f60a9a7
commit d3caffb44a

View file

@ -10,10 +10,11 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Set up Python 3.9 - name: Set up Python 3.10
uses: actions/setup-python@v1 uses: actions/setup-python@v4
with: { python-version: 3.9 } with:
python-version: '3.10'
- name: Install - name: Install
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip