Skip to content

Commit

Permalink
Merge pull request #651 from bashtage/update-ci
Browse files Browse the repository at this point in the history
MAINT: Avoid flakey run
  • Loading branch information
bashtage committed May 10, 2023
2 parents b7c9ebe + 3d4d473 commit 74ff8e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import glob
from itertools import product
import os
from typing import Dict, List, NamedTuple, Tuple, cast
from typing import NamedTuple, cast

from black import FileMode, TargetVersion, format_file_contents
import matplotlib.backends.backend_pdf
Expand Down
5 changes: 3 additions & 2 deletions ci/azure/azure_template_posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@ jobs:
python_310:
python.version: '3.10'
test.install: true
python_39_no_binary:
python.version: '3.9'
python_310_no_binary:
python.version: '3.10'
ARCH_NO_BINARY: true
PYTEST_OPTS: '--skip-slow'
PANDAS: 1.3.0
USE_NUMBA: true
use.conda: 'true'
python_39_no_binary_environment:
python.version: '3.9'
ARCH_NO_BINARY: true
Expand Down

0 comments on commit 74ff8e3

Please sign in to comment.