Skip to content

chore(deps): bump the npm group with 2 updates #55

chore(deps): bump the npm group with 2 updates

chore(deps): bump the npm group with 2 updates #55

Workflow file for this run

name: e2e
on:
pull_request:
branches: [master]
jobs:
e2e:
strategy:
matrix:
os: [macos-12, ubuntu-22.04, windows-2022]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
python-version: "3.11.0"
cache: pip
- if: matrix.os == 'ubuntu-22.04'
uses: awalsh128/[email protected]
with:
packages: libegl1
version: 1.0
- run: python -m pip install -r requirements.txt
# - run: python -m pylint ./**/*.py
- run: python -m pytest