Skip to content

Commit

Permalink
Worked
Browse files Browse the repository at this point in the history
  • Loading branch information
RickiJay-WMDE committed Nov 5, 2024
1 parent 1139acd commit 6df9cb3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -25,8 +23,6 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "latest"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -53,8 +49,6 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: ">3.13"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 6df9cb3

Please sign in to comment.