We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575b7a8 commit 20f5956Copy full SHA for 20f5956
.github/workflows/rust-tests.yml
@@ -88,7 +88,7 @@ jobs:
88
89
- name: setup Python
90
uses: actions/setup-python@v5
91
- if: !matrix.container
+ if: "!matrix.container"
92
with:
93
python-version: "3.12"
94
0 commit comments