Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vg12345 committed May 15, 2024
1 parent 0b34f10 commit d57b663
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pdr_plugin_ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ on:
paths:
- 'plugins/pdr_deterministic_plugin/**'
jobs:
pylint:
build:
runs-on: ubuntu-latest

environment:
PYTHONPATH: 'plugins/pdr_deterministic_plugin/ufm_sim_web_service'

steps:
- name: Checkout code
uses: actions/checkout@main
Expand Down

0 comments on commit d57b663

Please sign in to comment.