Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Sep 5, 2024
1 parent 88ee5f1 commit 4623791
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:

- name: Lint
run: |
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade pkgmt nox
pip install --upgrade pip
pip install --upgrade pkgmt nox
pkgmt lint
- name: Setup node
Expand Down Expand Up @@ -81,8 +81,8 @@ jobs:

- name: Install and test
run: |
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade nox
pip install --upgrade pip
pip install --upgrade nox
SHARD=${{ matrix.shard }}
# convert 1-of-4 to 1/4
SHARD_ARG=$(echo $SHARD | sed 's/-of-/\//g')
Expand Down

0 comments on commit 4623791

Please sign in to comment.