Skip to content

Commit

Permalink
Update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Christdej committed Feb 22, 2023
1 parent c8935d6 commit bd87d5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
python-version: ["3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}

Expand Down
1 change: 0 additions & 1 deletion src/isar_robot/robotinterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def stop(self) -> bool:
return True

def get_inspections(self, step: InspectionStep) -> Sequence[Inspection]:

if type(step) in [TakeImage, TakeThermalImage]:
return self._create_image(step)
elif type(step) in [TakeVideo, TakeThermalVideo]:
Expand Down

0 comments on commit bd87d5e

Please sign in to comment.