diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fae09df9..fe6b8db7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -63,7 +63,7 @@ jobs: - name: Compile the package run: CC=g++ CXX=g++ CFLAGS="-fPIC" LDSHARED="g++ -shared" python setup.py build_ext --inplace - name: Run Tests - run: pytest + run: pytest --ignore=py/fiberassign/test/simulate.py docs: name: Doc test