Skip to content

Bump pygments from 2.13.0 to 2.15.0 (#182) #292

Bump pygments from 2.13.0 to 2.15.0 (#182)

Bump pygments from 2.13.0 to 2.15.0 (#182) #292

name: Build all files to test building python
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-versions: ["3.8", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Create venv
run: |
python -m venv .
./bin/python -m pip install --upgrade pip wheel
- name: Install dependencies
run: |
./bin/pip install -r requirements.txt
- name: Build
run: |
./bin/lektor build -f webpack