We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199f69d commit 00053aaCopy full SHA for 00053aa
.github/workflows/build.yml
@@ -73,8 +73,8 @@ jobs:
73
set -eux
74
${{ env.CC }} --version
75
python --version
76
- pip install -U pip
77
- pip install -r requirements.in
+ python -m pip --version
+ python -m pip install -r requirements.txt
78
79
- name: Download bleeding edge Godot 🏗️
80
uses: dsnopek/action-download-artifact@1322f74e2dac9feed2ee76a32d9ae1ca3b4cf4e9
@@ -165,8 +165,8 @@ jobs:
165
run: |
166
167
168
169
170
171
172
0 commit comments