Correctie workflow: apt & dnf -y
Some checks failed
Some checks failed
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
|||||||
/etc/yum.repos.d/*)"
|
/etc/yum.repos.d/*)"
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: |
|
run: |
|
||||||
dnf install git nodejs \
|
dnf install -y git nodejs \
|
||||||
python36 python38 python39 python3.11 python3.12 \
|
python36 python38 python39 python3.11 python3.12 \
|
||||||
python3.11-pip python3.12-pip
|
python3.11-pip python3.12-pip
|
||||||
pip-3 install tox
|
pip-3 install tox
|
||||||
@@ -53,7 +53,7 @@ jobs:
|
|||||||
/etc/yum.repos.d/*)"
|
/etc/yum.repos.d/*)"
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: |
|
run: |
|
||||||
dnf install git nodejs \
|
dnf install -y git nodejs \
|
||||||
python39 python3.11 python3.12 \
|
python39 python3.11 python3.12 \
|
||||||
python3-pip python3.11-pip python3.12-pip
|
python3-pip python3.11-pip python3.12-pip
|
||||||
pip-3 install tox
|
pip-3 install tox
|
||||||
@@ -67,7 +67,7 @@ jobs:
|
|||||||
- name: Setup
|
- name: Setup
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt install git nodejs python3 python3-pip tox
|
apt install -y git nodejs python3 python3-pip tox
|
||||||
- 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