Skip to content

Commit

Permalink
remove version checks
Browse files Browse the repository at this point in the history
  • Loading branch information
rhayes777 committed Oct 11, 2024
1 parent 24d3f26 commit 00ed21e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:
- name: Install dependencies
# if: steps.cache-pip.outputs.cache-hit != 'true'
run: |
pip3 --version
python3 --version
pip --version
python --version
pip3 install --upgrade pip
pip3 install setuptools
pip3 install wheel
Expand Down

0 comments on commit 00ed21e

Please sign in to comment.