Skip to content

Commit

Permalink
try to fix build on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jindaxia committed Feb 23, 2021
1 parent ee4ae86 commit f0d16ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: |
python -m venv venv
source venv/bin/activate
pip install --upgrade setuptools
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Build
Expand Down

0 comments on commit f0d16ea

Please sign in to comment.