Skip to content

Commit cbe2d1c

Browse files
committed
Fix gdrive file
1 parent 4dbaa76 commit cbe2d1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_tutorials.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
chmod +x docs/source/_static/bash/*/*.sh
7676
7777
# Get data
78-
gdown https://drive.google.com/file/d/1GpAlu-NlBv0TTAOQwxAT8MgKURWeJXa6/view?usp=sharing --fuzzy
78+
gdown https://drive.google.com/file/d/1DYQ1LHgqB_wloKmUmIcc6ORaHld0U972/view?usp=sharing --fuzzy
7979
#tar -xvf data_for_test.tar.gz
8080
#rm data_for_test.tar.gz
8181
unzip data_for_test.zip

docs/source/documentation/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In order to follow the tutorials we highly encourage you to download this archiv
2929

3030
.. code-block:: bash
3131
32-
gdown https://drive.google.com/file/d/1GpAlu-NlBv0TTAOQwxAT8MgKURWeJXa6/view?usp=sharing --fuzzy
32+
gdown https://drive.google.com/file/d/1DYQ1LHgqB_wloKmUmIcc6ORaHld0U972/view?usp=sharing --fuzzy
3333
unzip data_for_test.zip
3434
rm data_for_test.zip
3535

0 commit comments

Comments
 (0)