Correctie workflow: Correctie typo
All checks were successful
All checks were successful
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
|||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Test
|
- name: Test
|
||||||
run: tox -e py36,py38,py39,p311
|
run: tox -e py36,py38,py39,py311
|
||||||
testRockylinux9:
|
testRockylinux9:
|
||||||
runs-on: rockylinux9
|
runs-on: rockylinux9
|
||||||
steps:
|
steps:
|
||||||
@@ -68,6 +68,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt install -y git nodejs python3 python3-pip tox
|
apt install -y git nodejs python3 python3-pip tox
|
||||||
|
pip
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Test
|
- name: Test
|
||||||
|
Reference in New Issue
Block a user