Skip to content

Commit

Permalink
update workflow yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christinab12 committed Jul 23, 2024
1 parent ffd270a commit 021840f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 021840f

Please sign in to comment.