Skip to content

Commit

Permalink
Update to use pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhamer-noaa committed Jun 25, 2024
1 parent dc0ad5f commit eb95227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Install IDSSE python commons
working-directory: commons/python/idsse_common
run: python setup.py install
run: pip install .

- name: Set PYTHONPATH for pylint
run: |
Expand Down

0 comments on commit eb95227

Please sign in to comment.