Skip to content

Commit

Permalink
Only use python 3.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhlogin committed Feb 7, 2024
1 parent 665fb01 commit 93b7f8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,12 @@ jobs:
build:
env:
py38: "3.8"
py39: "3.9"
py310: "3.10"
py311: "3.11"
RUN_MATRIX_COMBINATION: ${{ matrix.python-version }}-${{ matrix.package }}-${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false # ensures the entire test matrix is run, even if one permutation fails
matrix:
python-version: [ py38, py39, py310, py311 ]
python-version: [ py38 ]
package: [ "aws-opentelemetry-distro" ]
os: [ ubuntu-latest ]
outputs:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,12 @@ jobs:
build:
env:
py38: "3.8"
py39: "3.9"
py310: "3.10"
py311: "3.11"
RUN_MATRIX_COMBINATION: ${{ matrix.python-version }}-${{ matrix.package }}-${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false # ensures the entire test matrix is run, even if one permutation fails
matrix:
python-version: [ py38, py39, py310, py311 ]
python-version: [ py38 ]
package: [ "aws-opentelemetry-distro" ]
os: [ ubuntu-latest ]
steps:
Expand Down

0 comments on commit 93b7f8e

Please sign in to comment.