Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Karl W Schulz <[email protected]>
  • Loading branch information
koomie committed Apr 19, 2024
1 parent 5448cb9 commit d60a6ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rhel-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ jobs:
yum -y install python39
yum -y install cmake3
yum -y install which
git config --global --add safe.directory /__w/omniperf/omniperf
- name: Install Python prereqs
run: |
pwd
whoami
python3.9 -m pip install -r requirements.txt
python3.9 -m pip install -r requirements-test.txt
python3.9 -m pip install -r requirements-test.txt
Expand Down

0 comments on commit d60a6ca

Please sign in to comment.