Skip to content

Commit

Permalink
pin ubuntu version and urllib version
Browse files Browse the repository at this point in the history
  • Loading branch information
nkzou committed Dec 24, 2024
1 parent f8b29e4 commit 58b93ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-22.04]
python-version: ['pypy2.7', '3.7', 'pypy3.8']
# os: [ubuntu-latest, windows-latest, macos-latest]
# python-version: ['2.7', '3.7', '3.8', '3.9', '3.10', 'pypy-2.7', 'pypy-3.8']
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ basepython = python3.8
skip_install = true
deps =
mypy==0.770
urllib3==2.2.3
commands =
mypy --config-file mypy.ini datadog
mypy --config-file mypy.ini --py2 datadog
Expand Down

0 comments on commit 58b93ed

Please sign in to comment.