From a54f247c075c48c2df3907ee82933edb84b9a153 Mon Sep 17 00:00:00 2001 From: Ira Horecka Date: Tue, 23 Jan 2024 14:41:22 -0500 Subject: [PATCH] update big in ci.yml --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5238ce2..a5cedce3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: [push] jobs: test: - runs-on: $${{ matrix.os }} + runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] @@ -22,6 +22,4 @@ jobs: pip install -r requirements.txt -r requirements-dev.txt - name: Test run: | - pwd - export PYTHONPATH=".":$PYTHONPATH - cd test/ && python -m unittest discover -vv + cd test/ && python -m unittest discover -vv \ No newline at end of file