Skip to content

Commit

Permalink
fix: don't confuse Netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
allejo committed Feb 23, 2024
1 parent 71845b6 commit 774ec4a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/provider-map-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Install dependencies, process providers, and update GeoJSON
run: |
pip install -r requirements.txt
pip install -r _requirements.txt
python .github/resources/process_providers.py
- name: Create Pull Request
Expand Down
14 changes: 14 additions & 0 deletions _requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# It's not possible to tell Netlify to ignore this file, so we have to use a
# leading underscore to prevent it from being installed. This file is only used
# for local development and GitHub Actions.
# https://answers.netlify.com/t/ignoring-the-requirements-txt/56058/7

distlib==0.3.8
filelock==3.13.1
numpy==1.26.4
pandas==2.2.0
platformdirs==4.2.0
python-dateutil==2.8.2
pytz==2024.1
six==1.16.0
tzdata==2024.1
9 changes: 0 additions & 9 deletions requirements.txt

This file was deleted.

0 comments on commit 774ec4a

Please sign in to comment.