This commit is contained in:
parent
4ca1dc81a1
commit
c9d443f1b2
@ -6,6 +6,7 @@ jobs:
|
|||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: pipx install poetry
|
- run: pipx install poetry && sudo apt-get install python3-dev -y
|
||||||
- run: git clone https://www.alexselimov.com/git/aselimov/code_rag.git && cd code_rag && git checkout ${{ gitea.ref_name }}
|
- 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 && /root/.local/bin/poetry run pytest -v
|
- run: cd code_rag && /root/.local/bin/poetry install
|
||||||
|
- run: /root/.local/bin/poetry run pytest -v
|
||||||
|
Loading…
x
Reference in New Issue
Block a user