Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated csvcubed-models to v0.1.7 #885

Merged
merged 12 commits into from
Sep 12, 2023
Merged
6 changes: 4 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@ 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]
pandas-version: ['pandas@latest']
# Version lock pandas until v2.1.0 can be implemented without breaking Pyright
# pandas-version: ['pandas@latest']
pandas-version: ['pandas~2.0']
include:
# Test in Linux with Python 3.9
- os: ubuntu-latest
python-version: 3.9
# Testing older pandas version
- os: ubuntu-latest
python-version: 3.11
pandas-verison: pandas@^1.3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤣

pandas-version: pandas@^1.3

uses: ./.github/workflows/reusable-test.yaml
with:
Expand Down
Loading
Loading