Skip to content

Commit

Permalink
print rados version
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Aug 31, 2023
1 parent 7042e22 commit c826606
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
export CPLUS_INCLUDE_PATH=/usr/include/gdal
export C_INCLUDE_PATH=/usr/include/gdal
gdal-config --version
sudo apt -y install python3-rados python3-gdal
sudo apt install python3-rados python3-gdal
python3 -c "import rados; print(rados.Rados().version())"
- name: Install project requirements
run: |
Expand Down

0 comments on commit c826606

Please sign in to comment.