mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-13 08:52:23 +08:00
Regular update: 2020-07-23T08:54:34Z
This commit is contained in:
parent
33bfab0501
commit
92a079b92c
2 changed files with 4 additions and 4 deletions
4
.github/workflows/roa.yml
vendored
4
.github/workflows/roa.yml
vendored
|
@ -23,8 +23,8 @@ jobs:
|
|||
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: "3.x"
|
||||
architecture: "x64"
|
||||
python-version: 3.x
|
||||
architecture: x64
|
||||
|
||||
- run: pip install -r .scripts/requirements.txt
|
||||
|
||||
|
|
4
.github/workflows/test-your-pr.yml
vendored
4
.github/workflows/test-your-pr.yml
vendored
|
@ -21,8 +21,8 @@ jobs:
|
|||
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: "3.x"
|
||||
architecture: "x64"
|
||||
python-version: 3.x
|
||||
architecture: x64
|
||||
|
||||
- run: pip install -r .scripts/requirements.txt
|
||||
|
||||
|
|
Loading…
Reference in a new issue