Skip to content

Commit

Permalink
Merge pull request #5787 from hotosm/fix/circleci-pdm-venv
Browse files Browse the repository at this point in the history
Remove VENV creation via PDM
  • Loading branch information
eternaltyro committed May 15, 2023
2 parents f26ca2f + 621ab14 commit b335257
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ jobs:
cd ${CIRCLE_WORKING_DIRECTORY}
# Install Python dependencies
pip install --upgrade pip pdm
pdm config --global python.use_venv False
pdm export --prod --without-hashes > requirements.txt
pip install -r requirements.txt
- run:
Expand Down

0 comments on commit b335257

Please sign in to comment.