Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Update django.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesalice authored Aug 23, 2024
1 parent 3805eea commit 63c2ed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.9, 3.10]
python-version: [3.9, '3.10']

steps:
- uses: actions/checkout@v3
Expand All @@ -27,7 +27,7 @@ jobs:
python -m pip install --upgrade pip
- name: Install requirements dependencies
run: |
python -m pip install -r requirements.txt
python -m pip install -r requirements-client.txt
- name: Run unittests
run: |
serverurl=https://sparc1.datalab.noirlab.edu/ python -m unittest tests.tests_api

0 comments on commit 63c2ed8

Please sign in to comment.