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/*)"
|
||||
- name: Setup
|
||||
run: |
|
||||
dnf install git nodejs \
|
||||
dnf install -y git nodejs \
|
||||
python36 python38 python39 python3.11 python3.12 \
|
||||
python3.11-pip python3.12-pip
|
||||
pip-3 install tox
|
||||
@@ -53,7 +53,7 @@ jobs:
|
||||
/etc/yum.repos.d/*)"
|
||||
- name: Setup
|
||||
run: |
|
||||
dnf install git nodejs \
|
||||
dnf install -y git nodejs \
|
||||
python39 python3.11 python3.12 \
|
||||
python3-pip python3.11-pip python3.12-pip
|
||||
pip-3 install tox
|
||||
@@ -67,7 +67,7 @@ jobs:
|
||||
- name: Setup
|
||||
run: |
|
||||
apt update
|
||||
apt install git nodejs python3 python3-pip tox
|
||||
apt install -y git nodejs python3 python3-pip tox
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Test
|
||||
|
Reference in New Issue
Block a user