Skip to content

Commit 6065794

Browse files
committed
clean up github action file
1 parent c8a331d commit 6065794

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/run-operators-unit-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- "ads/opctl/operator/**"
88
- "**requirements.txt"
99
- ".github/workflows/run-operators*.yml"
10+
- "test-requirements-operators.txt"
1011

1112
# Cancel in progress workflows on pull_requests.
1213
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value
@@ -23,7 +24,7 @@ env:
2324

2425
jobs:
2526
test:
26-
name: python ${{ matrix.python-version }}, default_setup
27+
name: python ${{ matrix.python-version }}
2728
runs-on: ubuntu-latest
2829
timeout-minutes: 60
2930

test-requirements.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@ pip
77
pytest
88
pytest-codecov
99
pytest-xdist
10-
darts
11-
plotly
12-
# docker

0 commit comments

Comments
 (0)