Skip to content

Bump python from 3.12.6 to 3.12.7 #438

Bump python from 3.12.6 to 3.12.7

Bump python from 3.12.6 to 3.12.7 #438

Workflow file for this run

name: ci
on:
push:
branches: [ master ]
workflow_dispatch:
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install pylint
run: |
sudo apt update -y
python -m pip install --upgrade pip
pip install pylint
- uses: pre-commit/action@v3.0.1
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install dependencies
run: |
sudo apt update -y
sudo apt install -y libxml2 libxml2-dev libxslt1-dev
python -m pip install --upgrade pip
pip install pytest poetry lxml pyopenmensa deepl
- name: Test with pytest
run: pytest
env:
PYTHONPATH: src/