Skip to content

Commit

Permalink
fix ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
hariharan-devarajan committed Aug 10, 2023
1 parent 2c3fca9 commit 776b9e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
sudo apt-get install python3 python3-pip
- name: Build using pip
run: |
sudo pip install .
sudo pip install -v .
- name: Build using pip on user
run: |
export DLIO_LOGGER_USER=1
pip install .
pip install -v .
- name: Build using pip on github
run: |
sudo pip install git+https://github.com/hariharan-devarajan/dlio-profiler.git@dev
sudo pip install -v git+https://github.com/hariharan-devarajan/dlio-profiler.git@dev
- name: Build using pip on github and user
run: |
export DLIO_LOGGER_USER=1
pip install git+https://github.com/hariharan-devarajan/dlio-profiler.git@dev
pip install -v git+https://github.com/hariharan-devarajan/dlio-profiler.git@dev

0 comments on commit 776b9e9

Please sign in to comment.