From 7e732439916e4a66f4457aeccc37618ce66fe4f2 Mon Sep 17 00:00:00 2001 From: fal7w <147312030+fal7w@users.noreply.github.com> Date: Sun, 26 Nov 2023 10:03:53 +0300 Subject: [PATCH] Update Deploy_Traefik_and_MariaDB.yml --- .../workflows/Deploy_Traefik_and_MariaDB.yml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/Deploy_Traefik_and_MariaDB.yml b/.github/workflows/Deploy_Traefik_and_MariaDB.yml index 086dbd41..a029b410 100644 --- a/.github/workflows/Deploy_Traefik_and_MariaDB.yml +++ b/.github/workflows/Deploy_Traefik_and_MariaDB.yml @@ -13,17 +13,17 @@ jobs: - name: checkout Script content uses: actions/checkout@v2 # checkout the repository content - # - name: setup python - # uses: actions/setup-python@v4 - # with: - # python-version: '3.10' # install the python version needed + - name: setup python + uses: actions/setup-python@v4 + with: + python-version: '3.10' # install the python version needed - # - name: install dependicese - # run: | - # python -m pip install --upgrade pip - # pip install -r requirements.txt - # pip install PyGithub - # - name: fintechsys/docker_compose.py # run main.py + - name: install dependicese + run: | + python -m pip install --upgrade pip + pip install -r requirements.txt + pip install PyGithub + - name: fintechsys/docker_compose.py # run main.py # env: # SOME_SECRET: ${{ secrets.SOME_SECRET }} # run: python fintechsys/docker_compose.py