From 021840f69229c6c38974c223ecd956f46a8187e2 Mon Sep 17 00:00:00 2001 From: christinab12 Date: Tue, 23 Jul 2024 16:25:33 +0200 Subject: [PATCH] update workflow yml --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fe6603c..8843605 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ jobs: git clone --depth 1 https://github.com/pyvista/gl-ci-helpers.git powershell gl-ci-helpers/appveyor/install_opengl.ps1 - - name: Install dependencies + - name: Install client dependencies run: | python -m pip install --upgrade pip python -m pip install setuptools @@ -53,6 +53,7 @@ jobs: - name: Install server dependencies (for communication tests) run: | pip install numpy + pip install wheel pip install -e ".[dev]" working-directory: src/server @@ -88,7 +89,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - - name: Install dependencies + - name: Install server dependencies run: | python -m pip install --upgrade pip python -m pip install --upgrade setuptools