From 436a0b73648849c029b13c015508a092751b055d Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Sat, 22 Mar 2025 09:34:52 -0400 Subject: [PATCH] Fix environment --- .gitea/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml index 7cfdc3c..625eac4 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -6,7 +6,7 @@ jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest steps: - - run: pipx install poetry && sudo apt-get install python3-dev -y + - run: pipx install poetry && sudo apt-get install python-dev -y - run: git clone https://www.alexselimov.com/git/aselimov/code_rag.git && cd code_rag && git checkout ${{ gitea.ref_name }} - run: cd code_rag && /root/.local/bin/poetry install - run: /root/.local/bin/poetry run pytest -v