Skip to content

Commit

Permalink
use wxflow on disk and added link_workflow and removed pip install wx…
Browse files Browse the repository at this point in the history
…flow
  • Loading branch information
tmcguinness committed May 29, 2024
1 parent 656eb92 commit 2adbcac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
sudo apt-get update
sudo apt-get install -y perl libxml-libxml-perl libxml-libxslt-perl libdatetime-perl
python -m pip install --upgrade pip
pip install pytest wxflow
pip install pytest
pip install pytest-xdist
cd $GITHUB_WORKSPACE/sorc
./link_workflows.sh
# If you have a requirements.txt file, you can install all dependencies using:
# pip install -r requirements.txt
Expand Down

0 comments on commit 2adbcac

Please sign in to comment.