Skip to content

Commit

Permalink
Drop python 3.6 on azure and run tests on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fdabrandao committed Feb 20, 2024
1 parent 77c5c8c commit 3686704
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
CIBW_ARCHS_LINUX: ${{ env.CIBW_ARCHS_LINUX }}
CIBW_ARCHS_MACOS: ${{ env.CIBW_ARCHS_MACOS }}
CIBW_SKIP: ${{ env.CIBW_SKIP }}
CIBW_TEST_COMMAND: ${{ env.CIBW_TEST_COMMAND }}
CIBW_TEST_REQUIRES: ${{ env.CIBW_TEST_REQUIRES }}
# CIBW_TEST_COMMAND: ${{ env.CIBW_TEST_COMMAND }}
# CIBW_TEST_REQUIRES: ${{ env.CIBW_TEST_REQUIRES }}

- uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -61,8 +61,8 @@ jobs:
CIBW_ARCHS_MACOS: ${{ env.CIBW_ARCHS_MACOS }}
CIBW_BUILD: ${{ matrix.build }}
CIBW_SKIP: ${{ env.CIBW_SKIP }}
CIBW_TEST_COMMAND: ${{ env.CIBW_TEST_COMMAND }}
CIBW_TEST_REQUIRES: --index-url https://pypi.ampl.com --extra-index-url https://pypi.org/simple ampl_module_base
# CIBW_TEST_COMMAND: ${{ env.CIBW_TEST_COMMAND }}
# CIBW_TEST_REQUIRES: --index-url https://pypi.ampl.com --extra-index-url https://pypi.org/simple ampl_module_base

- uses: actions/upload-artifact@v3
with:
Expand Down
6 changes: 0 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ stages:
pool: {vmImage: 'Ubuntu-20.04'}
strategy:
matrix:
aarch64 cp36:
CIBW_BUILD: cp36-*
CIBW_ARCHS_LINUX: aarch64
aarch64 cp37:
CIBW_BUILD: cp37-*
CIBW_ARCHS_LINUX: aarch64
Expand All @@ -73,9 +70,6 @@ stages:
aarch64 cp312:
CIBW_BUILD: cp312-*
CIBW_ARCHS_LINUX: aarch64
ppc64le cp36:
CIBW_BUILD: cp36-*
CIBW_ARCHS_LINUX: ppc64le
ppc64le cp37:
CIBW_BUILD: cp37-*
CIBW_ARCHS_LINUX: ppc64le
Expand Down

0 comments on commit 3686704

Please sign in to comment.