From 0ce76f351bbc3ce73ca995f4b6215707f29142d6 Mon Sep 17 00:00:00 2001 From: Marcel Nijenhof Date: Sun, 12 Jan 2025 00:36:31 +0100 Subject: [PATCH] Correctie workflow: Correctie typo --- .gitea/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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