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
|
||||
uses: actions/checkout@v3
|
||||
- name: Test
|
||||
run: tox -e py36,py38,py39,p311
|
||||
run: tox -e py36,py38,py39,py311
|
||||
testRockylinux9:
|
||||
runs-on: rockylinux9
|
||||
steps:
|
||||
@@ -68,6 +68,7 @@ jobs:
|
||||
run: |
|
||||
apt update
|
||||
apt install -y git nodejs python3 python3-pip tox
|
||||
pip
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Test
|
||||
|
Reference in New Issue
Block a user