Skip to content

Commit

Permalink
Update master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopradolb authored Mar 19, 2024
1 parent da58bf5 commit cc5b401
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,13 @@ jobs:
python-version: ["2.7"]
dependency: ["django"]
runs-on: ubuntu-20.04
container:
image: python:${{ matrix.python-version }}-slim

steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: LizardByte/setup-python-action@master
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
if [ ${{ matrix.dependency }} == django ]; then pip install Django<2.2; fi
Expand Down

0 comments on commit cc5b401

Please sign in to comment.