mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Fix python dependencies
This commit is contained in:
parent
ad504ce4cc
commit
9bdb95527a
3
.github/workflows/ksp-publish.yml
vendored
3
.github/workflows/ksp-publish.yml
vendored
@ -91,8 +91,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install setuptools wheel twine
|
python -m pip install yaclog
|
||||||
python -m pip install . # Self hosting!
|
|
||||||
|
|
||||||
- name: Get version name and body
|
- name: Get version name and body
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user