Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eXenon committed Nov 8, 2023
1 parent 5efdc3b commit 4c8f5b6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version:
python_version:
- 3.9
os:
- ubuntu-22.04
runs-on: ${{ matrix.os }}
steps:
- name: Setup python
uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: {{ $matrix.python_version }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install poetry
run: |
pip3 install poetry
Expand Down

0 comments on commit 4c8f5b6

Please sign in to comment.