Skip to content

Commit

Permalink
Updated CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
terricain committed Mar 5, 2023
1 parent d51f669 commit 5c27ba1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true
- name: Setup Python 3.10
- name: Setup Python 3.11
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"

- name: Load cached venv
id: cached-poetry-dependencies
Expand Down Expand Up @@ -57,10 +57,10 @@ jobs:
with:
fetch-depth: 0
submodules: true
- name: Setup Python 3.10
- name: Setup Python 3.11
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
- name: Run setup poetry
run: |
pip install -U poetry poetry-dynamic-versioning
Expand Down

0 comments on commit 5c27ba1

Please sign in to comment.