Skip to content

Commit

Permalink
add pandas 2.2 to description
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegeek committed Mar 30, 2024
1 parent f60ed40 commit 7b7aeb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit_tests_pandas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python ${{ matrix.python-version }} for pandas2.2 testing
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
# id: extract_branch


- name: Test with pytest
- name: Test with pytest with pandas2.2
run: |
echo "GITHUB wspace: $GITHUB_WORKSPACE"
export PYTHONPATH=$GITHUB_WORKSPACE/:$GITHUB_WORKSPACE/METdbLoad:$GITHUB_WORKSPACE/METdbLoad/ush:$GITHUB_WORKSPACE/METreformat:$GITHUB_WORKSPACE/METreadnc
Expand All @@ -86,4 +86,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: benchmark-report
path: /home/runner/work/METdataio/METdatio/METreformat/test/**/'**.json'
path: /home/runner/work/METdataio/METdatio/METreformat/test/**

0 comments on commit 7b7aeb4

Please sign in to comment.