Skip to content

Commit 823fe5e

Browse files
committed
fix fetch action
1 parent e830d89 commit 823fe5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/box-dataset-info.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
run: |
2525
python -m pip install --upgrade pip
2626
pip install "boxsdk[jwt]"
27+
python -c "import boxsdk; print(f'boxsdk version: {boxsdk.__version__}')"
2728
2829
- name: Run Box Info Script
2930
env:

0 commit comments

Comments
 (0)