Skip to content

use fix version of pymcl #3

use fix version of pymcl

use fix version of pymcl #3

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: pip
- name: Install system build dependencies
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends build-essential
- name: Install project
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install -e .
- name: Run existing tests
run: |
qapy-test