Skip to content

Commit

Permalink
Hopefully fix pycpl installation
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobuddel committed Nov 5, 2024
1 parent db3f26f commit 7e803c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_edps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
sudo ./toolbox/install_dependencies_ubuntu.sh
# python3 -m venv metispipe
# . metispipe/bin/activate
export PYCPL_RECIPE_DIR="$(pwd)/metisp/pyrecipes/"
./toolbox/install_edps.sh
./toolbox/create_config.sh
- name: Fetch test data
Expand All @@ -40,5 +41,5 @@ jobs:
pyesorex metis_det_lingain "${SOF_DIR}/metis_lm_lingain.sof"
edps -lw
edps -w metis.metis_lm_img_wkf -i $SOF_DATA -c
edps -w metis.metis_lm_img_wkf -i $SOF_DATA -t metis_det_lingain
# edps -w metis.metis_lm_img_wkf -i $SOF_DATA -t metis_det_lingain
edps -w metis.metis_lm_img_wkf -i $SOF_DATA -t metis_det_detlin

0 comments on commit 7e803c5

Please sign in to comment.