This commit is contained in:
Timothy Sutton 2021-11-07 18:07:30 -05:00
parent fb2ab37480
commit 4c26a1f08d
2 changed files with 7 additions and 1 deletions

View file

@ -27,4 +27,4 @@ jobs:
# Runs a single command using the runners shell # Runs a single command using the runners shell
- name: Setup environment - name: Setup environment
run: bash .\ci\ci-windows.sh run: bash .\ci\windows\ci-windows.sh

6
ci/windows/ci-windows.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
PYTHONVERSION=2.7
python -V
pip install pyinstaller