Skip to content

Commit

Permalink
Update CI-rai_core_flask-pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tongyu-microsoft authored May 16, 2024
1 parent 59e820f commit f3acc36
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/CI-rai_core_flask-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ jobs:
matrix:
operatingSystem:
[ubuntu-20.04, ubuntu-latest, macos-latest, windows-latest]
pythonVersion: ["3.7", "3.8", "3.9", "3.10", "3.11"]
pythonVersion: ["3.8", "3.9", "3.10", "3.11"]
exclude:
- operatingSystem: macos-latest
pythonVersion: "3.9"
- operatingSystem: ubuntu-20.04
pythonVersion: "3.7"
- operatingSystem: ubuntu-20.04
pythonVersion: "3.8"
- operatingSystem: ubuntu-20.04
Expand All @@ -45,13 +43,6 @@ jobs:
with:
python-version: ${{ matrix.pythonVersion }}

- if: ${{ matrix.pythonVersion == '3.7' }}
name: Setup tools for python lt 3.8
run: |
python -m pip install --upgrade "pip<=23.1.2"
pip install --upgrade setuptools
pip install --upgrade "pip-tools<=6.13.0"
- if: ${{ matrix.pythonVersion == '3.8' || matrix.pythonVersion == '3.9' || matrix.pythonVersion == '3.10' || matrix.pythonVersion == '3.11' }}
name: Setup tools for python gte 3.8
run: |
Expand Down

0 comments on commit f3acc36

Please sign in to comment.