Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
vg12345 committed May 21, 2024
1 parent 2944a96 commit 8d55c09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pdr_plugin_ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Install dependencies
run: |
pip install -r $PDRPATH/requirements.txt
sudo pip install -r $PDRPATH/requirements.txt
pip install pylint
pip install pytest pytest-cov
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ sleep 10

echo "Starting standalone PDR process"
python $PLUGIN_DIR/ufm_sim_web_service/isolation_algo.py >/dev/null 2>&1 &
#

0 comments on commit 8d55c09

Please sign in to comment.