diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 816d755..1ec3934 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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