Skip to content

Commit

Permalink
removed pyvirtualdisplay section
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimarBauer committed May 22, 2024
1 parent cabee4e commit 9aa6403
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@ jobs:
run: cmp -s /meta.yaml localbuild/meta.yaml && cmp -s /development.txt requirements.d/development.txt ||
(echo Dependencies differ && echo "triggerdockerbuild=yes" >> $GITHUB_ENV )

- name: Install pyvirtualdisplay if on stable
if: ${{ inputs.image_suffix == 'stable' }}
run: |
source /opt/conda/etc/profile.d/conda.sh
source /opt/conda/etc/profile.d/mamba.sh
mamba install -n mss-${{ inputs.image_suffix }}-env pyvirtualdisplay
- name: Always rebuild dependencies for scheduled builds (started from testing-scheduled.yml)
if: ${{ github.event_name == 'workflow_dispatch' }}
run: echo "triggerdockerbuild=yes" >> $GITHUB_ENV
Expand Down

0 comments on commit 9aa6403

Please sign in to comment.