Skip to content

chore(deps): bump the pip group across 1 directory with 6 updates #70

chore(deps): bump the pip group across 1 directory with 6 updates

chore(deps): bump the pip group across 1 directory with 6 updates #70

Workflow file for this run

name: e2e
on:
pull_request:
branches: [master]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
e2e:
strategy:
matrix:
os: [macos-14, 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.12.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