Skip to content

Commit

Permalink
Merge pull request #31 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 6e61157 + 09f1638 commit bdf643e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, 3.10.0-beta.3]

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

0 comments on commit bdf643e

Please sign in to comment.