Skip to content

Commit

Permalink
解决action构建失败的问题 (#1534)
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyo authored May 21, 2022
1 parent 5a7d666 commit c69cd27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Install Dependencies
run: |
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 python-dev libldap2-dev libssl-dev unixodbc unixodbc-dev
python -m pip install --upgrade pip
pip install codecov coverage flake8 -r requirements.txt
Expand Down

0 comments on commit c69cd27

Please sign in to comment.