Skip to content

Commit

Permalink
Updated csvcubed-models to v0.1.7 (#885)
Browse files Browse the repository at this point in the history
* Updated csvcubed-models to v0.1.7
  • Loading branch information
SarahJohnsonONS authored Sep 12, 2023
1 parent a79d05a commit ae5945d
Show file tree
Hide file tree
Showing 4 changed files with 518 additions and 435 deletions.
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
pandas-version: pandas@^1.3

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

0 comments on commit ae5945d

Please sign in to comment.