Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Fix test.yml after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
katdom13 committed Dec 20, 2023
1 parent 7aea72a commit 438afdc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: 3.9
python-version: 3.11
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
Expand Down Expand Up @@ -74,9 +74,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.11
- uses: Gr1n/setup-poetry@v8
with:
poetry-version: 1.5.1
cache: 'poetry'
- name: Install python dependencies
run: |
poetry config virtualenvs.create false &&
Expand Down

0 comments on commit 438afdc

Please sign in to comment.