Skip to content

Commit

Permalink
ci: change step name
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ committed Jul 25, 2024
1 parent d2e9361 commit 08f1911
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 @@ -52,7 +52,7 @@ jobs:
run: pip install pdm
- name: Generate lock with oldest dependencies
run: pdm lock --lockfile pdm.oldest.lock --strategy no_cross_platform,direct_minimal_versions -dG:all
- name: Install srai and tests dependencies
- name: Install quackosm and tests dependencies
run: pdm install --lockfile pdm.oldest.lock -dG:all --skip=post_install
- name: Run tests with pytest
run: |
Expand Down

0 comments on commit 08f1911

Please sign in to comment.