Skip to content

Commit

Permalink
Merge pull request #76 from IBM/FixIsortVersionDeps
Browse files Browse the repository at this point in the history
FixIsortVersionDeps: Use isort 5.11.5
  • Loading branch information
gabe-l-hart authored Feb 19, 2024
2 parents 16e7322 + ca35255 commit a60a863
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 65 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,45 +39,3 @@ jobs:
run: docker build . --target=test --build-arg PYTHON_VERSION=${PYTHON_VERSION}
env:
PYTHON_VERSION: "3.10"

# Builds to validate Ubuntu PPA
build-37-ppa:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run unit tests
run: |
docker build . -f ppa.dockerfile -t python-ppa --build-arg PYTHON_VERSION=${PYTHON_VERSION}
docker build . --target=test --build-arg BASE_IMAGE=python-ppa --build-arg RUN_FMT=false
env:
PYTHON_VERSION: "3.7"
build-38-ppa:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run unit tests
run: |
docker build . -f ppa.dockerfile -t python-ppa --build-arg PYTHON_VERSION=${PYTHON_VERSION}
docker build . --target=test --build-arg BASE_IMAGE=python-ppa --build-arg RUN_FMT=false
env:
PYTHON_VERSION: "3.8"
build-39-ppa:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run unit tests
run: |
docker build . -f ppa.dockerfile -t python-ppa --build-arg PYTHON_VERSION=${PYTHON_VERSION}
docker build . --target=test --build-arg BASE_IMAGE=python-ppa --build-arg RUN_FMT=false
env:
PYTHON_VERSION: "3.9"
build-310-ppa:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run unit tests
run: |
docker build . -f ppa.dockerfile -t python-ppa --build-arg PYTHON_VERSION=${PYTHON_VERSION}
docker build . --target=test --build-arg BASE_IMAGE=python-ppa --build-arg RUN_FMT=false
env:
PYTHON_VERSION: "3.10"
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: black
exclude: imports
- repo: https://github.com/PyCQA/isort
rev: 5.6.3
rev: 5.11.5
hooks:
- id: isort
exclude: imports
22 changes: 0 additions & 22 deletions ppa.dockerfile

This file was deleted.

0 comments on commit a60a863

Please sign in to comment.