Skip to content

Commit 0e32fde

Browse files
committed
Another typo
1 parent 65258b6 commit 0e32fde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- checkout
3333
# DO OUR STUFF
3434
- run:
35-
name: Update pip
36-
command: python3.10 -m pip install --upgrade pip
35+
name: Update pip
36+
command: python3.10 -m pip install --upgrade pip
3737
- python/install-packages:
3838
pkg-manager: pip
3939
# app-dir: ~/project/package-directory/ # If you're requirements.txt isn't in the root directory.

0 commit comments

Comments
 (0)