From c8cec25fa9edbec69351bcb1f7b8d265a506f3aa Mon Sep 17 00:00:00 2001 From: laurentm Date: Thu, 11 Aug 2022 11:14:11 +0200 Subject: [PATCH] Update CI parameters --- .github/workflows/install.yml | 2 +- .github/workflows/tests.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index a09cf22..4559d3e 100755 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ 3.6, 3.7 ] + python-version: [3.7] steps: - name: Set up Python ${{ matrix.python-version }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9cbcc30..0ed28da 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,8 +12,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7] - tensorflow-version: [2.1, 2.2] + python-version: [3.7] + tensorflow-version: [2.9] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} @@ -61,8 +61,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7] - tensorflow-version: [2.1, 2.2] + python-version: [3.7] + tensorflow-version: [2.9] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} @@ -110,7 +110,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7] + python-version: [3.7] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}