Skip to content

Commit

Permalink
Merge pull request #206 from openedx/feanil-patch-1
Browse files Browse the repository at this point in the history
build: Update pypi-publish.yml
  • Loading branch information
feanil authored Jan 10, 2025
2 parents bce4a67 + 406024b commit 5db6dc1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,13 @@ on:
jobs:
push:
runs-on: ubuntu-latest

strategy:
matrix:
python-version: [3.11, 3.12]

steps:
- name: Checkout
uses: actions/checkout@v3
- name: setup python
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
python-version: 3.12

- name: Install pip
run: pip install -r requirements/pip.txt
Expand Down

0 comments on commit 5db6dc1

Please sign in to comment.