Skip to content

Commit

Permalink
Move run
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Feb 18, 2024
1 parent 1c1be7c commit 781a9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
python-version: "${{ matrix.python_version }}"
cache: "pip"
cache-dependency-path: requirements_dev.txt
- run: script/setup --dev
- run: |
test $(script/run --version) = $(cat wyoming_porcupine1/VERSION)
- run: script/setup --dev
- run: script/lint
- run: script/test

0 comments on commit 781a9bf

Please sign in to comment.