Skip to content

Commit f048d05

Browse files
committed
Fix bug
1 parent 2fb5f1c commit f048d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-runner-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# Semantic version range syntax or exact version of a Python version
4747
python-version: '3.10'
4848
# Optional - x64 or x86 architecture, defaults to x64
49-
architecture: 'x64'
49+
# architecture: 'x64'
5050
# You can test your matrix by printing the current Python version
5151
- name: Display Python version
5252
run: python -c "import sys; print(sys.version)"

0 commit comments

Comments
 (0)