From 8ad8e9c3a11f577e097ac36ec7a6c8f2db38fc5a Mon Sep 17 00:00:00 2001 From: Smig Tech Date: Sat, 29 Jul 2023 10:02:48 -0400 Subject: [PATCH] build: testing the build out --- .gitea/workflows/learn-gitea.actions.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/learn-gitea.actions.yml b/.gitea/workflows/learn-gitea.actions.yml index cee9d3f..532baea 100644 --- a/.gitea/workflows/learn-gitea.actions.yml +++ b/.gitea/workflows/learn-gitea.actions.yml @@ -6,4 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - run: echo "hello" + - uses: actions/setup-python@v4 + with: + python-version: '3.10' + - run: pip install -r requirements.txt