Skip to content

Commit

Permalink
Upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Dickinson committed Sep 1, 2023
1 parent 525664c commit df24ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: "Upgrade pip"
run: "python3 -m pip install pip -U"
run: "pip install --upgrade pip"
- name: "Install package"
run: pip install ".[dev]"
- name: "Run lint checks"
Expand Down

0 comments on commit df24ac2

Please sign in to comment.