Skip to content

Commit

Permalink
fix: minimal python version
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianpfischer committed May 25, 2024
1 parent 0faa042 commit e0b78e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
- name: Prerequisite installation
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'

- name: Install poetry
run: pip3 install poetry

# Runs the preparation
- name: Prepare working environement
- name: Prepare working environment
run: poetry install --all-extras

# Runs the test
Expand Down

0 comments on commit e0b78e0

Please sign in to comment.