Skip to content

Commit 8e7d465

Browse files
committed
fix
1 parent 7eba8ae commit 8e7d465

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/generate_matrix.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from json import dumps
22

33
# matrix_values = [{"os": "ubuntu-latest"}]
4+
# matrix_values = [{"python_versions": ["py38", "py312"]}]
45
python_versions = ["py38", "py312"]
56

67
# print(f"name=matrix::{dumps(matrix_values)}")

.github/workflows/instrumentations_3.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
usematrixjob:
3636
needs: generatematrixjob
3737
# runs-on: ubuntu-latest
38-
runs-on: ${{ matrix.value.os }}
38+
runs-on: ${{ matrix.os }}
3939
strategy:
4040
matrix:
4141
os: [ubuntu-20.04, windows-2019]

0 commit comments

Comments
 (0)