Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
b-Tomas committed Nov 11, 2024
1 parent e83aab0 commit d6eb9b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mir_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 0 additions & 2 deletions mir_connector/inorbit_mir_connector/tests/test_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
import math
import time
import pytest
import threading
import websocket
from unittest.mock import MagicMock, Mock, call
from inorbit_edge.robot import RobotSession
import inorbit_mir_connector.src.connector
from inorbit_mir_connector.src.mir_api import MirApiV2
from inorbit_mir_connector.src.connector import Mir100Connector
from inorbit_mir_connector.config.mir100_model import MiR100Config
Expand Down

0 comments on commit d6eb9b6

Please sign in to comment.