Skip to content

Commit

Permalink
Remove Python 2.7 setup from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rvhonorato committed Jan 2, 2024
1 parent 4639c61 commit 7562b3c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ jobs:
with:
submodules: recursive

- name: Set up Python 2.7
uses: actions/setup-python@v5
with:
python-version: 2.7

- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
Expand Down

0 comments on commit 7562b3c

Please sign in to comment.