Skip to content

Commit

Permalink
CI: Single-quote strings in expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jun 19, 2023
1 parent 7dc48f1 commit 3112451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ jobs:

steps:
- uses: actions/checkout@v3
if: matrix.install == "repo" || matrix.install == "editable"
if: matrix.install == 'repo' || matrix.install == 'editable'
- name: Fetch packages
uses: actions/download-artifact@v3
with:
name: dist
path: dist/
if: matrix.install == "sdist" || matrix.install == "wheel"
if: matrix.install == 'sdist' || matrix.install == 'wheel'
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 3112451

Please sign in to comment.