Skip to content

GitHub Action to test the install process #2

GitHub Action to test the install process

GitHub Action to test the install process #2

Workflow file for this run

name: test_install
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
test_install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
cache: 'pip'
- run: pip install --upgrade pip
- run: pwd
- run: ls -hal
- env:
TERM: "whatever"
run: echo "1\n" | ./install.sh