remove extra
Periodic refresh of events / Run-Scraper (push) Failing after 5m4s

This commit is contained in:
2025-04-06 23:54:49 -07:00
parent 98f75528a4
commit 001dfd1d0b
+6 -5
View File
@@ -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