From d3fd9a819fa9a9f465cfc14079e390bf43803e42 Mon Sep 17 00:00:00 2001 From: Smig Tech Date: Sat, 29 Jul 2023 10:15:28 -0400 Subject: [PATCH] testing --- .gitea/workflows/learn-gitea.actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/learn-gitea.actions.yml b/.gitea/workflows/learn-gitea.actions.yml index 6c5a526..4c90206 100644 --- a/.gitea/workflows/learn-gitea.actions.yml +++ b/.gitea/workflows/learn-gitea.actions.yml @@ -8,5 +8,5 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: 'pypy3.11.2' + python-version: 'pypy3.11' - run: pip install -r requirements.txt