Skip to content

Commit

Permalink
fix for poetry 2.0 (EmpireProject#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnybod authored Jan 8, 2025
1 parent e4df647 commit 2600e97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Fixed issue with install script caused by Poetry 2.0

## [5.12.0] - 2024-12-14

- Reduce the check-in tests that were adding an unncessary amount of time to the CI
Expand Down
1 change: 0 additions & 1 deletion setup/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ fi
echo -e "\x1b[1;34m[*] Installing Packages\x1b[0m"
poetry config virtualenvs.in-project true
poetry config virtualenvs.prefer-active-python true
poetry install
echo -e '\x1b[1;32m[+] Install Complete!\x1b[0m'
Expand Down

0 comments on commit 2600e97

Please sign in to comment.