From 3239de38513f40df30edf35198e42b746738e7b0 Mon Sep 17 00:00:00 2001 From: Cyril Joly Date: Wed, 19 Jun 2024 14:24:08 +0200 Subject: [PATCH] Update pytest.yml --- .github/workflows/pytest.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index b46983f..3ba2e7b 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -19,12 +19,14 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: '3.8' # Change to the version of Python you are using + python-version: '3.10' # Change to the version of Python you are using - name: Install dependencies run: | python -m pip install --upgrade pip pip install pytest pandas numpy cython + + - name: Install optimask cython optimask/optimask_cython.pyx pip install -e .