We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c12fd0 commit 8bb8ac2Copy full SHA for 8bb8ac2
2 files changed
.github/workflows/run_tests.yml
.github/workflows/test_pip_install.yml
@@ -3,6 +3,8 @@ name: Test installation via pip
3
on:
4
# run on PRs for validation
5
pull_request:
6
+ paths:
7
+ - "requirements.txt"
8
9
10
jobs:
0 commit comments