Skip to content

Commit cfa4e3d

Browse files
committed
fixing build
1 parent c1cadd5 commit cfa4e3d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/run-operators-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
python-version: ["3.8", "3.10.8"]
34+
python-version: ["3.8"]
3535

3636
steps:
3737
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ opctl = [
125125
"oci-cli",
126126
"py-cpuinfo",
127127
"rich",
128+
"fire",
128129
]
129130
optuna = [
130131
"optuna==2.9.0",

0 commit comments

Comments
 (0)