Skip to content

Commit 2686395

Browse files
authored
Update action_BODC_table_generator.yml
1 parent ffb49f6 commit 2686395

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/action_BODC_table_generator.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Update BODC tables used in the package
22

33
on:
44
# Scheduled to run on the 1st of each month
5-
schedule:
6-
- cron: '0 0 1 * *' # Runs at midnight UTC on the 1st of each month
5+
#schedule:
6+
#- cron: '0 0 1 * *' # Runs at midnight UTC on the 1st of each month
77
# For testing purposes, also trigger on push to main branch
8-
#push:
9-
#branches:
10-
#- master
8+
push:
9+
branches:
10+
- master
1111
#- develop
1212

1313

@@ -41,7 +41,7 @@ jobs:
4141
# Step 3: Install required dependencies
4242
- name: Install dependencies
4343
run: |
44-
pip install pandas pysema requests numpy
44+
pip install pandas pysema requests numpy unidecode
4545
4646
# Step 4: Run the Python script that generates the table
4747
- name: Run table generator script

0 commit comments

Comments
 (0)