From c0d0245e68ba3a27f5b1fac5d8873aa951d22a41 Mon Sep 17 00:00:00 2001 From: jjshoots Date: Mon, 31 Jul 2023 15:26:22 +0100 Subject: [PATCH] install properly --- .github/workflows/linux-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux-test.yml b/.github/workflows/linux-test.yml index 2b3eb564..c1d306f8 100644 --- a/.github/workflows/linux-test.yml +++ b/.github/workflows/linux-test.yml @@ -24,8 +24,8 @@ jobs: run: | sudo apt-get install python3-opengl xvfb pip install numpy wheel - pip install -e . - pip install -e .[dev] + pip install . + pip install .[dev] - name: Release Test run: | xvfb-run -s "-screen 0 1024x768x24" ./tests/runner.sh