Commit other files changed by file_format.sh

This commit is contained in:
Aaron Franke
2020-07-13 14:13:38 -04:00
parent d8b65461e3
commit 9986439352
60 changed files with 73 additions and 73 deletions
+4 -4
View File
@@ -44,9 +44,9 @@ jobs:
uses: actions/setup-python@v2
with:
# Semantic version range syntax or exact version of a Python version
python-version: '3.x'
python-version: '3.x'
# Optional - x64 or x86 architecture, defaults to x64
architecture: 'x64'
architecture: 'x64'
# Setup scons, print python version and scons version info, so if anything is broken it won't run the build.
- name: Configuring Python packages
@@ -99,9 +99,9 @@ jobs:
uses: actions/setup-python@v2
with:
# Semantic version range syntax or exact version of a Python version
python-version: '3.x'
python-version: '3.x'
# Optional - x64 or x86 architecture, defaults to x64
architecture: 'x64'
architecture: 'x64'
# You can test your matrix by printing the current Python version
- name: Configuring Python packages