Skip to content

Commit

Permalink
removing setup tools from GHA unit_tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Manisha4 committed Feb 27, 2025
1 parent 8486c8e commit 3eda833
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ jobs:
- name: Upgrade pip version
run: |
pip install --upgrade "pip>=22.1,<23"
- name: Upgrade setuptools and wheel
run: pip install --upgrade setuptools wheel
- name: Test
run: make test-go

Expand Down

0 comments on commit 3eda833

Please sign in to comment.