Skip to content

Merge pull request #18 from opentargets/szsz-remove-redundant-files #23

Merge pull request #18 from opentargets/szsz-remove-redundant-files

Merge pull request #18 from opentargets/szsz-remove-redundant-files #23

Workflow file for this run

name: Tests
on:
push:
branches: ["dev"]
env:
PYTHON_VERSION_DEFAULT: "3.10.8"
SKIP: no-commit-to-branch
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.10.8
- name: Install uv
uses: yezz123/setup-uv@v4
- name: Install rye
uses: eifinger/setup-rye@v4
with:
version: "latest"
- name: Sync dependencies
run: rye sync
- name: Run checks
run: rye run pre-commit run --all-files