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 9a8b17b commit 5c158feCopy full SHA for 5c158fe
.github/workflows/docker.yml
@@ -6,12 +6,10 @@ on:
6
branches:
7
- current
8
paths:
9
- - requirements.txt
10
- Dockerfile
11
- .github/workflows/docker.yml
12
pull_request:
13
14
15
16
17
.github/workflows/lint.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
python-version: 3.12
31
- name: Install dependencies
32
- run: pip install -r requirements.txt -r requirements_test.txt
+ run: pip install -r requirements_test.txt
33
- name: Register problem matchers
34
run: |
35
echo "::add-matcher::.github/workflows/matchers/ci-custom.json"
0 commit comments