diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2ead96c8..748b9bf7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: |