Skip to content

Commit

Permalink
removed pip upgrade job
Browse files Browse the repository at this point in the history
  • Loading branch information
SimLi1333 committed Nov 16, 2024
1 parent b0c8781 commit a8c8792
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ jobs:
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5

- name: Upgrade pip
run: python -m pip install --upgrade pip
with:
python-version: "3.10"

- name: Install Poetry
uses: snok/install-poetry@v1
Expand Down Expand Up @@ -54,9 +53,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Upgrade pip
run: python -m pip install --upgrade pip

- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand Down

0 comments on commit a8c8792

Please sign in to comment.