remove upterm stuff

hotfix/mipmap-alpha-fix
Andrew Cassidy 3 years ago
parent d77665a8a9
commit f5bacd5940

@ -11,11 +11,11 @@ on:
jobs: jobs:
test: test:
runs-on: macos-latest runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
python-version: [ 3.7, 3.8, 3.9 ] python-version: [ 3.7, 3.8, 3.9 ]
# os: [ macos-latest, windows-latest, Ubuntu-20.04] os: [ macos-latest, windows-latest, Ubuntu-20.04]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -34,9 +34,6 @@ jobs:
if: runner.os == 'Windows' if: runner.os == 'Windows'
uses: ilammy/msvc-dev-cmd@v1 uses: ilammy/msvc-dev-cmd@v1
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Set up Linux environment - name: Set up Linux environment
if: runner.os == 'Linux' if: runner.os == 'Linux'
run: | run: |

Loading…
Cancel
Save