Skip to content

Commit

Permalink
Pin pip to allow build Action to work (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Jun 8, 2022
1 parent e41af50 commit 0a0a8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python3 -m pip install setuptools_scm build
python3 -m setuptools_scm
cd Tools
python3 -m pip install --upgrade pip
python3 -m pip install pip==22.0.4
python3 -m pip install --use-feature=in-tree-build --no-deps .
python3 -c "import dea_tools; print(dea_tools.__version__)"
python3 -m build
Expand Down

0 comments on commit 0a0a8a1

Please sign in to comment.