Skip to content

Commit

Permalink
fix: make changes consistent with tutor repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Danyal-Faheem committed Mar 1, 2024
1 parent 33bf2bb commit b3efab8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ on:
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.12']
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.8/3.12
uses: actions/setup-python@v5
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: |
3.8
3.12
python-version: ${{ matrix.python-version }}
- name: Upgrade pip
run: python -m pip install --upgrade pip setuptools
- name: Install dependencies
Expand Down

0 comments on commit b3efab8

Please sign in to comment.