Skip to content

Commit

Permalink
CI: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Rakitin committed Feb 2, 2024
1 parent 9114990 commit 4c9a695
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
packages: [ {repo: https://github.com/Pylons/paginate, version: "0.5.6"},
{repo: https://github.com/gorakhargosh/watchdog, version: "2.3.1"} ]
packages: [ {repo: https://github.com/Pylons/paginate, version: "0.5.6"}, {repo: https://github.com/gorakhargosh/watchdog, version: "2.3.1"} ]

steps:
- name: Check out the repo
Expand Down

0 comments on commit 4c9a695

Please sign in to comment.