Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
janekmi committed Sep 26, 2024
1 parent ef046a8 commit ded2dee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/daos_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
# working-directory: daos
# run: git apply ../pmdk/src/test/daos_dtx/*.patch

# - name: Install DAOS dependencies
# working-directory: daos
# run: |
# sudo pip install -r requirements-build.txt
# sudo utils/scripts/install-ubuntu.sh
- name: Install DAOS dependencies
working-directory: daos
run: |
sudo pip install -r requirements-build.txt
sudo utils/scripts/install-ubuntu.sh
# # https://go.dev/doc/install
# - name: Update the golang package
Expand Down

0 comments on commit ded2dee

Please sign in to comment.