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 7277d77 commit 75d4245Copy full SHA for 75d4245
.github/workflows/run-operators-unit-tests.yml
@@ -7,6 +7,7 @@ on:
7
- "ads/opctl/operator/**"
8
- "**requirements.txt"
9
- ".github/workflows/run-operators*.yml"
10
+ - "test-requirements-operators.txt"
11
12
# Cancel in progress workflows on pull_requests.
13
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value
@@ -23,7 +24,7 @@ env:
23
24
25
jobs:
26
test:
- name: python ${{ matrix.python-version }}, default_setup
27
+ name: python ${{ matrix.python-version }}
28
runs-on: ubuntu-latest
29
timeout-minutes: 60
30
test-requirements.txt
@@ -7,6 +7,3 @@ pip
pytest
pytest-codecov
pytest-xdist
-darts
-plotly
-# docker
0 commit comments