We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb49f6 commit 2686395Copy full SHA for 2686395
.github/workflows/action_BODC_table_generator.yml
@@ -2,12 +2,12 @@ name: Update BODC tables used in the package
2
3
on:
4
# 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
+ #schedule:
+ #- cron: '0 0 1 * *' # Runs at midnight UTC on the 1st of each month
7
# For testing purposes, also trigger on push to main branch
8
- #push:
9
- #branches:
10
- #- master
+ push:
+ branches:
+ - master
11
#- develop
12
13
@@ -41,7 +41,7 @@ jobs:
41
# Step 3: Install required dependencies
42
- name: Install dependencies
43
run: |
44
- pip install pandas pysema requests numpy
+ pip install pandas pysema requests numpy unidecode
45
46
# Step 4: Run the Python script that generates the table
47
- name: Run table generator script
0 commit comments