Skip to content

Commit

Permalink
fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
talebzeghmi committed Feb 29, 2024
1 parent 22c3f21 commit fcaad77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
ver: ['3.9','3.10',]
os: [ubuntu-latest]
ver: ['3.9']

steps:
- uses: actions/checkout@v2
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Install Python ${{ matrix.ver }} dependencies
run: |
python3 -m pip install --upgrade pip setuptools
python3 -m pip install tox numpy black
python3 -m pip install tox==3.25.1 numpy black==21.12b "click<8.1.0"
- name: Python Code Format Check
run: black --target-version py39 --diff --check ./metaflow/plugins/kfp/*.py
Expand Down

0 comments on commit fcaad77

Please sign in to comment.