We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b0d8e7 + caeb0c2 commit 71cebdaCopy full SHA for 71cebda
1 file changed
azure-pipelines.yml
@@ -7,7 +7,7 @@ jobs:
7
inputs:
8
versionSpec: '3.8'
9
- bash: |
10
- python -m pip install -e ".[dev]" pytest-azurepipelines
+ python -m pip install -e ".[dev]"
11
python ./bin/run_tests.py
12
13
- job: macos_38
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
22
23
- job: windows_38
@@ -28,5 +28,5 @@ jobs:
28
29
30
31
32
0 commit comments