Skip to content

Commit

Permalink
fix: remove outdated compatability builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jorwoods committed Dec 3, 2023
1 parent 73d6df2 commit 7634d01
Showing 1 changed file with 0 additions and 63 deletions.
63 changes: 0 additions & 63 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,69 +90,6 @@ jobs:
python -m pip install pytest
python -m pytest
build-linux-pandas12:
needs: code-checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: "3.8"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install "pandas<1.3.0" tableauhyperapi pyarrow
- name: Build extensions
run: |
python setup.py build_ext --inplace
- name: Test with pytest
run: |
python -m pip install pytest
python -m pytest
build-macos-pandas12:
needs: code-checks
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: "3.8"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install "pandas<1.3.0" tableauhyperapi pyarrow
- name: Build extensions
run: |
python setup.py build_ext --inplace
- name: Test with pytest
run: |
python -m pip install pytest
python -m pytest
build-windows-pandas12:
needs: code-checks
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: "3.8"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install "pandas<1.3.0" tableauhyperapi pyarrow
- name: Build extensions
run: |
python setup.py build_ext --inplace
- name: Test with pytest
run: |
python -m pip install pytest
python -m pytest
build-linux-hyper-0_0_14567-compat:
needs: code-checks
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7634d01

Please sign in to comment.