Skip to content

Commit

Permalink
Fix TOXENV for py37/py38 data tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sk1p committed Jul 25, 2022
1 parent 7443b9e commit 674d6a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ stages:
${{ if eq(parameters.run_slow, true) }}:
Python37:
python.version: '3.7'
TOXENV: 'py37'
TOXENV: 'py37-data'
Python38:
python.version: '3.8'
TOXENV: 'py38'
TOXENV: 'py38-data'
# 3.9: default in current Debian stable
Python39:
python.version: '3.9'
Expand Down

0 comments on commit 674d6a6

Please sign in to comment.