Skip to content

Commit

Permalink
breaktofix
Browse files Browse the repository at this point in the history
  • Loading branch information
calexil committed Mar 30, 2024
1 parent f09eacf commit bac76f8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,11 @@ jobs:
python-version: [3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v4
- name: Set up node
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
with:
node-version: 20.x

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

0 comments on commit bac76f8

Please sign in to comment.