Skip to content

Commit

Permalink
Moving to GitHub actions (#27)
Browse files Browse the repository at this point in the history
* remove .travis.yml

* update pythons versions for tests

* update workflow versions

---------

Co-authored-by: Javier Cordero <github@j2i.me>
  • Loading branch information
jneight and Javier Cordero authored Jan 14, 2024
1 parent 3c8bdad commit d1ed820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
- 5432:5432
steps:
- name: 'Set up Python ${{ matrix.python-version }}'
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '${{ matrix.python-version }}'
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: pip install --upgrade pip
- run: pip install django==${{ matrix.django-version}}
- run: pip install psycopg2
Expand Down

0 comments on commit d1ed820

Please sign in to comment.