mirror of
https://github.com/markqvist/rnsh.git
synced 2025-01-23 20:51:00 -05:00
Trying to get build working
This commit is contained in:
parent
8c77b193e3
commit
63a74f1892
4
.github/workflows/python-package.yml
vendored
4
.github/workflows/python-package.yml
vendored
@ -12,10 +12,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: Set up Python 3.10
|
- name: Set up Python 3.9
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
python-version: 3.10
|
python-version: 3.9
|
||||||
|
|
||||||
- name: Install Poetry Action
|
- name: Install Poetry Action
|
||||||
uses: snok/install-poetry@v1.3.3
|
uses: snok/install-poetry@v1.3.3
|
||||||
|
Loading…
Reference in New Issue
Block a user