Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jul 5, 2024
1 parent 7eba8ae commit 8e7d465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/generate_matrix.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from json import dumps

# matrix_values = [{"os": "ubuntu-latest"}]
# matrix_values = [{"python_versions": ["py38", "py312"]}]
python_versions = ["py38", "py312"]

# print(f"name=matrix::{dumps(matrix_values)}")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/instrumentations_3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
usematrixjob:
needs: generatematrixjob
# runs-on: ubuntu-latest
runs-on: ${{ matrix.value.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019]
Expand Down

0 comments on commit 8e7d465

Please sign in to comment.