Skip to content

Commit

Permalink
ci/test: Fix typo on variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
rockstorm101 committed Oct 16, 2023
1 parent bd1d9c9 commit 0cce8ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

jobs:
build:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install Printrun dependencies
run: |
python -m pip install --upgrade pip
python -m pip install https://extras.wxpython.org/wxPython4/extras/linux/gtk3/${{ wxpython-wheel }}
python -m pip install "https://extras.wxpython.org/wxPython4/extras/linux/gtk3/${{ matrix.wxpython-wheel }}"
python -m pip install -r requirements.txt
- name: Perform functional tests
Expand Down

0 comments on commit 0cce8ce

Please sign in to comment.