File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 88 os : [ubuntu-latest, macos-latest, windows-latest]
99 python-version : ' 3.x'
1010 architecture : ' x64'
11- steps :
12- - uses : actions/checkout@v2
13- - uses : actions/setup-python@v2
14- - run : python3 --version
15- - run : pip install --upgrade pip
16- - run : pip install --upgrade pyinstaller
17- - run : pip install -r requirements.txt
18- - run : pyinstaller --name aws-auto-inventory --clean --onefile --hidden-import cmath --log-level=DEBUG cli.py
11+ steps :
12+ - uses : actions/checkout@v2
13+ - uses : actions/setup-python@v2
14+ - run : python3 --version
15+ - run : pip install --upgrade pip
16+ - run : pip install --upgrade pyinstaller
17+ - run : pip install -r requirements.txt
18+ - run : pyinstaller --name aws-auto-inventory --clean --onefile --hidden-import cmath --log-level=DEBUG cli.py
You can’t perform that action at this time.
0 commit comments