Compare commits
1 Commits
9d75b810f7
...
master
Author | SHA1 | Date | |
---|---|---|---|
aca95cc018 |
@@ -12,8 +12,8 @@ jobs:
|
||||
- name: Test
|
||||
run: tox
|
||||
testRockylinux8:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
runs-on: rockylinux8
|
||||
steps:
|
||||
- name: add ca
|
||||
run: |
|
||||
curl -o /etc/pki/ca-trust/source/anchors/ca-marceln.org.crt \
|
||||
@@ -28,15 +28,17 @@ 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
|
||||
- name: Test
|
||||
run: tox -e py36,py38,py39,p311
|
||||
testRockylinux9:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Test
|
||||
run: tox -e py36,py38,py39,py311
|
||||
testRockylinux9:
|
||||
runs-on: rockylinux9
|
||||
steps:
|
||||
- name: add ca
|
||||
run: |
|
||||
curl -o /etc/pki/ca-trust/source/anchors/ca-marceln.org.crt \
|
||||
@@ -51,19 +53,24 @@ 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
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Test
|
||||
run: tox -e py39,py311,py312
|
||||
testUbuntu22:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Setup
|
||||
run: |
|
||||
apt update
|
||||
apt install git nodejs python3 python3-pip tox
|
||||
apt install -y git nodejs python3 python3-pip tox
|
||||
pip
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Test
|
||||
run: tox -e py310
|
||||
buildAndPublish:
|
||||
|
Reference in New Issue
Block a user