Earlier we added requirements.txt to the paths that trigger full tests on PR and push, but that is not actually relevant, it is the -dev version we need to run them on. PR #3874
@@ -5,11 +5,11 @@ on:
pull_request:
paths:
- '**.py'
- - 'requirements.txt'
+ - 'requirements-dev.txt'
push:
jobs:
tests: