We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb5f1c commit f048d05Copy full SHA for f048d05
.github/workflows/test-runner-actions.yml
@@ -46,7 +46,7 @@ jobs:
46
# Semantic version range syntax or exact version of a Python version
47
python-version: '3.10'
48
# Optional - x64 or x86 architecture, defaults to x64
49
- architecture: 'x64'
+ # architecture: 'x64'
50
# You can test your matrix by printing the current Python version
51
- name: Display Python version
52
run: python -c "import sys; print(sys.version)"
0 commit comments