Skip to content

Commit 7c316e3

Browse files
committed
Try to get Actions and the requirements.txt files matched
1 parent 798c95a commit 7c316e3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
pip install -r requirements.txt
27-
pip install -r tests/requirements.txt
26+
pip install -r relay/requirements.txt
27+
pip install -r relay/tests/requirements.txt
2828
- name: Run Black
2929
run: black --check .
3030
- name: Run Flake8

relay/requirements.txt

Whitespace-only changes.

relay/tests/requirements.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)