wip on windows CI

This commit is contained in:
Timothy Sutton 2021-11-07 17:16:30 -05:00
parent 008f192640
commit 81e744ad77
2 changed files with 7 additions and 8 deletions

View file

@ -26,11 +26,5 @@ jobs:
- uses: actions/checkout@v2
# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.
- name: Setup environment
run:

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

@ -0,0 +1,5 @@
#!/bin/bash
python -V
pip install pyinstaller