Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
jovany-wang committed May 15, 2024
1 parent 7e48d28 commit cf917c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ubuntu_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Install dependencies
run: |
python3.8 -m pip install virtualenv
python3.8 -m virtualenv -p python3.8 py3
python3 -m pip install virtualenv
python3 -m virtualenv -p python3.8 py3
. py3/bin/activate
which python
pip install pytest torch
Expand All @@ -36,5 +36,5 @@ jobs:
- name: Build and test
run: |
. py3/bin/activate
python3.8 setup.py install
cd tests && python3.8 -m pytest *
python3 setup.py install
cd tests && python3 -m pytest *

0 comments on commit cf917c3

Please sign in to comment.