Skip to content

Commit

Permalink
♻️ Debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Dec 19, 2024
1 parent 1f04125 commit f292638
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,12 @@ jobs:
- name: Populate Data
run: |
set -x
sudo ln -s /home/runner/micromamba /opt/miniconda3
python util/create_transformed_parquet.py --justgeodf
python util/insert_testing_data.py
sudo mkdir -p /opt/iem/config
sudo wget --timeout=10 -q -O /opt/iem/config/navbar.json https://raw.githubusercontent.com/akrherz/iem/main/config/navbar.json
sudo wget --timeout=10 -O /opt/iem/config/navbar.json https://raw.githubusercontent.com/akrherz/iem/main/config/navbar.json
- name: Run Tests
run: |
Expand Down

0 comments on commit f292638

Please sign in to comment.