Skip to content

Commit

Permalink
retrying
Browse files Browse the repository at this point in the history
  • Loading branch information
enzbus committed Apr 27, 2024
1 parent 5f7fc07 commit b53a71e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix: # https://github.com/actions/runner-images
os: [ubuntu-latest, windows-latest, macos-latest, macos-13] # last 2 are aarch64 and amd64
os: [ubuntu-latest, macos-latest, macos-13] # last 2 are aarch64 and amd64

steps:

Expand Down
1 change: 1 addition & 0 deletions project_euromir/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

for fname in pathlib.Path(__file__).parent.iterdir():
if fname.suffix in ['.so', '.dll', '.dylib']:
print('LOADING LIBRARY', fname)
LIBRARY = cdll.LoadLibrary(fname)

assert hasattr(LIBRARY, 'csc_matvec')

0 comments on commit b53a71e

Please sign in to comment.