Skip to content

Commit

Permalink
Revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidPal committed Jan 24, 2025
1 parent 929552d commit df7966a
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 201 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run:
name: Install poetry
command: |
pip --verbose install poetry==2.0.1
pip --verbose install poetry==1.8.5
- run:
name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip --verbose install poetry==2.0.1
pip --verbose install poetry==1.8.5
poetry config virtualenvs.create false
poetry install --verbose
Expand Down
Loading

0 comments on commit df7966a

Please sign in to comment.