mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2025-10-21 17:50:35 +00:00
Test errors
This commit is contained in:
parent
915505a1e8
commit
fc43ec6a9a
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -5,9 +5,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: "3.10"
|
||||
- name: Install dependencies
|
||||
|
||||
@ -10,7 +10,7 @@ from .operating_system.models import OperatingSystem
|
||||
from .star.models import Star
|
||||
from .tag.models import Tag
|
||||
|
||||
User = settings.AUTH_USER_MODEL
|
||||
ser = settings.AUTH_USER_MODEL
|
||||
|
||||
|
||||
class Project(models.Model):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user