Skip to content

Commit

Permalink
Merge pull request #4 from d4x1/dev-github-action
Browse files Browse the repository at this point in the history
add simple python test
  • Loading branch information
d4x1 authored Mar 23, 2024
2 parents aa855b9 + 3c8e02b commit 5c24683
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build And Run Test

run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
run-name: ${{ github.actor }} is building and testing app
on:
push:
branches: [main, master]
Expand All @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
# Semantic version range syntax or exact version of a Python version
python-version: '3.11.7'
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ asgiref==3.4.1
Django==3.2.9
pytz==2021.3
sqlparse==0.4.2
mypy==1.9.0
mypy==1.9.0
pytest==8.1.1

0 comments on commit 5c24683

Please sign in to comment.