tools for exporting godot projects via Github Actions
Diffstat (limited to '.github/actions/setup-godot/action.yml')
-rw-r--r--.github/actions/setup-godot/action.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/actions/setup-godot/action.yml b/.github/actions/setup-godot/action.yml
index 00c837b..b0df3d0 100644
--- a/.github/actions/setup-godot/action.yml
+++ b/.github/actions/setup-godot/action.yml
@@ -28,9 +28,6 @@ runs:
- name: Setup godot
if: steps.clean.outputs.clean == 'true'
run: |
- echo "::group::Pip install"
- python -m pip install packaging
- echo "::endgroup::"
echo "::group::Setup godot"
wget -q 'https://raw.githubusercontent.com/bend-n/godot-actions/main/.github/actions/setup-godot/parse.py' -O pv.py