Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
klahnakoski committed Nov 21, 2024
2 parents de670c1 + fc121d6 commit 5f96067
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
- name: Install Test Dependencies
run: |
python tests/smoke_test.py
python tests/smoke_test1.py
python tests/smoke_test1.py
python -m pip install --upgrade pip
pip install --no-deps -r tests/requirements.lock
pip install .
Expand Down

0 comments on commit 5f96067

Please sign in to comment.