Skip to content

Commit

Permalink
remove not needed step
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Oct 27, 2023
1 parent e492e37 commit 7b5b52f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
# You can test your matrix by printing the current Python version
- name: Display Python version
run: python -c "import sys; print(sys.version)"
- name: Upgrade pip
run: pip3 install --upgrade pip
- name: Install dependencies
Expand Down

0 comments on commit 7b5b52f

Please sign in to comment.