Skip to content

Commit

Permalink
github actions change
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamad Bastin committed Oct 3, 2023
1 parent 3b0e30a commit bf25adb
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,8 @@ jobs:
run: python -m pip install --upgrade pip
- name: Install requests
run: pip install requests

publish:
needs: build
runs-on: ubuntu-latest
strategy:
max-parallel: 1
matrix:
python-version: [3.10.13]

steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Update pip
run: python -m pip install --upgrade pip
- name: Install requests
run: pip install requests
- name: Install lnpay
run: pip install lnpay-py
- name: Install Dependencies
run: pip install -r requirements.txt
- name: Run Tests
Expand Down

0 comments on commit bf25adb

Please sign in to comment.