Skip to content

Commit

Permalink
Merge branch 'master' into optimize-mongo-method-name
Browse files Browse the repository at this point in the history
  • Loading branch information
nick2wang authored Jan 12, 2023
2 parents 74865a0 + 7088fb9 commit 5cd5738
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ omit =
src*
downloads*
sql/migrations/*

6 changes: 3 additions & 3 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.8, 3.9, 3.10.0]
python-version: [3.8, 3.9, "3.10"]

# https://github.com/actions/example-services/tree/master/.github/workflows
services:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Install Dependencies
run: |
sudo apt-get update && sudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev unixodbc unixodbc-dev
sudo apt-get update && sudo apt-get install libsasl2-dev libldap2-dev libssl-dev unixodbc unixodbc-dev
python -m pip install --upgrade pip
pip install codecov coverage flake8 -r requirements.txt
Expand All @@ -84,7 +84,7 @@ jobs:
run: |
python manage.py makemigrations
python manage.py makemigrations sql
coverage run manage.py test -v 3 --keepdb
coverage run --source='.' manage.py test -v 3 --keepdb
coverage xml
- name: Upload coverage to Codecov
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ schema-sync==0.9.7
parsedatetime==2.4
sshtunnel==0.1.5
pycryptodome==3.10.1
pandas==1.1.5
pyodps==0.10.7.1
pyodps==0.*
pandas==1.5.*
clickhouse-driver==0.2.3
djangorestframework==3.13.1
djangorestframework-simplejwt==5.2.0
Expand Down

0 comments on commit 5cd5738

Please sign in to comment.