Skip to content

Commit

Permalink
pre-commit style changes + manually install openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyge2022 committed Apr 27, 2024
1 parent 5fe1c1d commit 3eccac5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
conda list
conda --version
- name: Install openssl for AlluxioCommon Build
run: sudo apt-get install pkg-config libssl-dev

# alluxiocommon related
- name: Build alluxiocommon wheels
uses: PyO3/maturin-action@v1
Expand Down
1 change: 1 addition & 0 deletions rust/alluxiocommon/tests/test_datamanager.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
def test_import_alluxiocommon():
try:
from alluxiocommon import _DataManager

dm = _DataManager(4)
print(f"alluxiocommon._DataManager:{dm} instantiated!")
except Exception as e:
Expand Down

0 comments on commit 3eccac5

Please sign in to comment.