Skip to content

Commit

Permalink
Merge pull request #29 from LEv145/dev
Browse files Browse the repository at this point in the history
V0.4.1
  • Loading branch information
LEv145 authored Dec 13, 2021
2 parents 214c2ca + a3f4c3d commit 066b258
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, 3.10]

steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
python-version: [3.8, 3.9, 3.10-beta.1]
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 066b258

Please sign in to comment.