diff --git a/.gitea/workflows/refresh.yaml b/.gitea/workflows/refresh.yaml index b9bce00..0fb6f6c 100755 --- a/.gitea/workflows/refresh.yaml +++ b/.gitea/workflows/refresh.yaml @@ -9,6 +9,9 @@ jobs: Run-Scraper: runs-on: ubuntu-latest steps: + #---------------------------------------------- + # check-out repo and set-up python + #---------------------------------------------- - name: Check out repository code uses: actions/checkout@v4 - name: Set up python @@ -16,11 +19,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.12' - - name: Set up python - id: setup-python - uses: actions/setup-python@v5 - with: - python-version: '3.12' #---------------------------------------------- # ----- install & configure poetry ----- #---------------------------------------------- @@ -47,6 +45,9 @@ jobs: - name: Install dependencies if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' run: poetry install --no-interaction --no-root + #---------------------------------------------- + # install your root project, if required + #---------------------------------------------- - name: Install package run: poetry install --no-interaction - name: Generate New Calendar Files