Skip to content

Commit

Permalink
Updatd poetry to use 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelloeater committed Jul 22, 2024
1 parent ffe36ca commit 3161d0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
11 changes: 0 additions & 11 deletions Pipfile

This file was deleted.

7 changes: 4 additions & 3 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ tasks:
- task: docs

setup:
- python3 -m pip install pipx
- python3 -m pipx ensurepath
- pipx install poetry
- sudo apt-get install python3.11
- python3.11 -m pip install pipx
- python3.11 -m pipx ensurepath
- python3.11 -m pipx install poetry
- poetry install
clean:
- rm -rf dist
Expand Down

0 comments on commit 3161d0a

Please sign in to comment.