Skip to content

Commit

Permalink
Move version check
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Jul 1, 2024
1 parent 7fa046b commit eaffceb
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 @@ -24,8 +24,8 @@ jobs:
with:
python-version: "${{ matrix.python_version }}"
cache: "pip"
- run: |
test $(script/run --version) = $(cat wyoming_openwakeword/VERSION)
- run: script/setup --dev
- run: script/lint
- run: script/test
- run: |
test $(script/run --version) = $(cat wyoming_openwakeword/VERSION)

0 comments on commit eaffceb

Please sign in to comment.