From a7fbcad217a113ad233c189a47515c99593cf607 Mon Sep 17 00:00:00 2001 From: Mario Beraha Date: Mon, 9 Oct 2023 16:53:35 +0200 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b43e27f5a..3186ef7ab 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -28,7 +28,7 @@ jobs: run: docker run test ./build/test/test_bayesmix - name: Run Python tests - run: docker run test /bin/bash -c "cd python && pytest" + run: docker run test /bin/bash -c "cd python && python3 -m pip install -e . && pytest" # - name: run R tests # run: docker run test Rscript --vanilla -e "testthat::test_package('bayesmixr')"