winglian commited on
Commit
f4868d7
·
unverified ·
1 Parent(s): a7e56d8

make sure we also run CI tests when requirements.txt changes (#663)

Browse files
Files changed (1) hide show
  1. .github/workflows/tests.yml +2 -0
.github/workflows/tests.yml CHANGED
@@ -6,9 +6,11 @@ on:
6
  - "main"
7
  paths:
8
  - '**.py'
 
9
  pull_request:
10
  paths:
11
  - '**.py'
 
12
  workflow_dispatch:
13
 
14
  jobs:
 
6
  - "main"
7
  paths:
8
  - '**.py'
9
+ - 'requirements.txt'
10
  pull_request:
11
  paths:
12
  - '**.py'
13
+ - 'requirements.txt'
14
  workflow_dispatch:
15
 
16
  jobs: