Skip to content

Commit

Permalink
ajust github action build
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopradolb committed Mar 19, 2024
1 parent 4b2b762 commit d7aa876
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
strategy:
matrix:
python-version: ["2.7"]
dependency: ["django"]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
Expand All @@ -28,7 +27,7 @@ jobs:
run: |
# if [ ${{ matrix.dependency }} == django ]; then pip install Django<2.2; fi
pip install -r requirements-dev.txt
pip install codecov pyOpenSSL
pip install codecov pyOpenSSL wheel
- name: Run tests
Expand Down

0 comments on commit d7aa876

Please sign in to comment.