Skip to content

Commit

Permalink
Added force install for profiler for avoiding caching issues (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
hariharan-devarajan authored Dec 7, 2023
1 parent 870ad84 commit 088d288
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,13 @@ jobs:
pip install virtualenv
python -m venv ${VENV}
source ${VENV}/bin/activate
pip install .[test]
pip install .[test]
rm -rf dlio_benchmark
- name: Install DLIO Profiler
run: |
echo "Profiler ${DLIO_PROFILER} gcc $CC"
source ${VENV}/bin/activate
pip install --force-reinstall dlio-profiler-py==0.0.2
- name: test_gen_data
run: |
source ${VENV}/bin/activate
Expand Down

0 comments on commit 088d288

Please sign in to comment.