Browse Source

Add update to python dep install in CI

pull/324/head
Ionite 1 year ago
parent
commit
ef1297150b
No known key found for this signature in database
  1. 4
      .github/workflows/release.yml

4
.github/workflows/release.yml

@ -235,7 +235,7 @@ jobs:
python-version: '3.11'
- name: Install Python Dependencies
run: pip install stability-matrix-tools>=0.2.9
run: pip install stability-matrix-tools>=0.2.10 --upgrade
- name: Publish Auto-Update Release
env:
@ -264,7 +264,7 @@ jobs:
python-version: '3.11'
- name: Install Python Dependencies
run: pip install stability-matrix-tools>=0.2.9
run: pip install stability-matrix-tools>=0.2.10 --upgrade
# Zip each build
- name: Zip Artifacts

Loading…
Cancel
Save