We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea683d commit 246c8adCopy full SHA for 246c8ad
.github/workflows/test-bdk-ffi-latest.yaml
@@ -130,10 +130,11 @@ jobs:
130
# see issue #350 for more information
131
run: python3 -m build --wheel --config-setting=--build-option=--plat-name=macosx_11_0_arm64 --verbose
132
133
- - name: "Install wheel and run tests"
134
- run: |
135
- pip3 install ./dist/*.whl
136
- python3 -m unittest discover --start "./tests/" --pattern "test_offline_*.py" --verbose
+ - name: "Install wheel"
+ run: pip3 install ./dist/*.whl
+
+ - name: "Run tests"
137
+ run: python3 -m unittest discover --start "./tests/" --pattern "test_offline_*.py" --verbose
138
139
- name: "Upload artifact test"
140
uses: actions/upload-artifact@v4
0 commit comments