Skip to content

Commit

Permalink
ci: add manual tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ committed Apr 15, 2024
1 parent 996d21b commit d8aa970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install pdm
run: pip install pdm
- name: Generate lock with newest dependencies
run: pdm lock --lockfile pdm.newest.lock --strategy no_cross_platform
run: pdm lock --lockfile pdm.newest.lock --strategy no_cross_platform -dG:all
- name: Install srai and tests dependencies
run: pdm install --lockfile pdm.newest.lock -dG:all
- name: Run tests with pytest
Expand Down

0 comments on commit d8aa970

Please sign in to comment.