Skip to content

Commit

Permalink
Comment added
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahJohnsonONS committed Sep 12, 2023
1 parent fd3a64a commit d041eb6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
matrix:
# Test on Windows + Ubuntu on oldest + newest supported versions of python.
python-version: ['3.9', '3.11']
# Version lock pandas until v2.1.0 can be implemented without breaking Pyright - see #886
# pandas-version: ['pandas@latest']
pandas-version: ['pandas~2.0']
os: [ubuntu-latest, windows-latest]
#including a specific test case for testing older pandas version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
# Test on linux with the newest version of python and pandas 1.x/2.x.
python-version: ['3.11']
os: [ubuntu-latest, windows-latest]
# Version lock pandas until v2.1.0 can be implemented without breaking Pyright
# Version lock pandas until v2.1.0 can be implemented without breaking Pyright - see #886
# pandas-version: ['pandas@latest']
pandas-version: ['pandas~2.0']
include:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
# Test in all supported versions of python in both Windows and Ubuntu.
python-version: ['3.9', '3.10', '3.11']
os: [ubuntu-latest, windows-latest]
# Version lock pandas until v2.1.0 can be implemented without breaking Pyright - see #886
# pandas-version: ['pandas@latest']
pandas-version: ['pandas~2.0']
#including a specific test case for testing older pandas version
include:
Expand Down

0 comments on commit d041eb6

Please sign in to comment.