Skip to content

Commit

Permalink
Merge pull request #19 from mattwang44/update-lock-fix-action
Browse files Browse the repository at this point in the history
fix: update poetry.lock and upgrade CI dependencies
  • Loading branch information
yychen authored Feb 13, 2023
2 parents 42e20bd + d581073 commit aa0b567
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 26 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,25 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
# set fail-fast to prevent github cancels all in-progress jobs if any matrix job fail
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
poetry-version: [1.0, 1.1.13]
python-version: [3.7, 3.8, 3.9, '3.10', 3.11]

steps:
- uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Set up Poetry ${{ matrix.poetry-version }}
uses: abatilo/[email protected]
with:
poetry-version: ${{ matrix.poetry-version }}
poetry-version: 1.3.2

- name: Set up Poetry virtual environment
run: poetry env use python${{ matrix.python-version }}
Expand Down
75 changes: 54 additions & 21 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aa0b567

Please sign in to comment.