Skip to content

Commit

Permalink
I'm bad at this
Browse files Browse the repository at this point in the history
  • Loading branch information
samamorgan committed Jan 5, 2024
1 parent db6bc8e commit e5f05c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Get Django version
id: django-version
run: echo "version=django-admin --version" >> $GITHUB_OUTPUT
run: echo "version=$(django-admin --version)" >> $GITHUB_OUTPUT

- name: Run Tests (Django ${{ steps.django-version.outputs.version }})
run: poetry run pytest

0 comments on commit e5f05c1

Please sign in to comment.