Skip to content

Commit

Permalink
Add python-dateutil to lock package default
Browse files Browse the repository at this point in the history
  • Loading branch information
duongcao-ea committed Feb 17, 2025
1 parent 842ada3 commit 6849ee3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
schedule:
- cron: "7 11 * * *"
workflow_dispatch:
push:
branches:
- fix-date-util-dependency

env:
CI: true
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
# Set any time that you'd like scrapers to run (in UTC)
- cron: "1 6 * * *"
workflow_dispatch:
push:
branches:
- fix-date-util-dependency

env:
CI: true
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ scrapy = "*"
scrapy-sentry-errors = "1.0.0"
city-scrapers-core = {ref = "main", git = "https://github.com/City-Bureau/city-scrapers-core.git", extras = ["azure"]}
scrapy-wayback-middleware = "*"
python-dateutil = "2.8.2"
python-dateutil = "*"

[dev-packages]
freezegun = "*"
Expand Down
8 changes: 8 additions & 0 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6849ee3

Please sign in to comment.