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 e830d89 commit 823fe5eCopy full SHA for 823fe5e
.github/workflows/box-dataset-info.yml
@@ -24,6 +24,7 @@ jobs:
24
run: |
25
python -m pip install --upgrade pip
26
pip install "boxsdk[jwt]"
27
+ python -c "import boxsdk; print(f'boxsdk version: {boxsdk.__version__}')"
28
29
- name: Run Box Info Script
30
env:
0 commit comments