Skip to content

Commit

Permalink
Remove Python 3.8 job from github CI
Browse files Browse the repository at this point in the history
Internal-tag: [#67183]
Signed-off-by: bbrzyski <[email protected]>
  • Loading branch information
bbrzyski committed Oct 28, 2024
1 parent c72afd1 commit e0bfe87
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,24 +79,6 @@ jobs:
git config --add safe.directory "$(pwd)"
./.github/scripts/ci.sh changelog_check
test_python_3_8:
runs-on: ubuntu-latest
container:
image: debian:bookworm
name: "Run tests on python 3.8"

steps:
- name: Install git package
run: |
apt-get update -qq
apt-get install -y git
- uses: actions/checkout@v4

- name: Run Python tests on python 3.8
run: |
./.github/scripts/ci.sh test_python 3.8
test_python_3_9:
runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit e0bfe87

Please sign in to comment.