Skip to content

Commit

Permalink
fixed double quotation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mese79 authored Nov 8, 2024
1 parent 7e5d16c commit 753ab22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_deploy_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

# strategy borrowed from vispy for installing opengl libs on windows
- name: Install Windows OpenGL
if: runner.os == "Windows"
if: runner.os == 'Windows'
run: |
conda activate ff
git clone --depth 1 https://github.com/pyvista/gl-ci-helpers.git
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
needs: [setup]
runs-on: ubuntu-latest

if: contains(github.ref, "tags")
if: contains(github.ref, 'tags')

permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
Expand Down

0 comments on commit 753ab22

Please sign in to comment.