Skip to content

Commit

Permalink
pack_test 尝试虚拟环境
Browse files Browse the repository at this point in the history
  • Loading branch information
qux-bbb committed Oct 13, 2023
1 parent e2c3724 commit db2114f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pack_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txt
pip install -r requirements.my.txt
- name: Test with pytest
Expand Down

0 comments on commit db2114f

Please sign in to comment.