Skip to content

Commit f733122

Browse files
committed
correct requirements path
1 parent 4d73c99 commit f733122

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/Linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ jobs:
55
uses: ISISComputingGroup/reusable-workflows/.github/workflows/linters.yml@main
66
with:
77
compare-branch: origin/master
8+
requirements-path: installation_and_upgrade/requirements.txt

installation_and_upgrade/ibex_install_utils/ca_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from socket import gethostname
55
from typing import Any
66

7+
import epicscorelibs.path.pyepics # noqa: F401
78
from epics import caget, caput
89

910
from ibex_install_utils.file_utils import FileUtils

installation_and_upgrade/ibex_install_utils/install_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import json
44
import os
55
import warnings
6-
import epicscorelibs.path.pyepics
6+
import epicscorelibs.path.pyepics # noqa: F401
77
from epics import caget
88
from ibex_install_utils.ca_utils import get_machine_details_from_identifier
99
from ibex_install_utils.file_utils import LABVIEW_DAE_DIR, FileUtils

0 commit comments

Comments
 (0)