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 cd06b15 commit 9a38bdeCopy full SHA for 9a38bde
integration_tests/README.md
@@ -6,8 +6,8 @@ who are creating or updating tests and want to run locally.
6
Integration tests should be run by the `integrationtester` Kaggle account. Make
7
sure you have configured your local `kagglehub` accordingly, via
8
```
9
-EXPORT KAGGLE_USERNAME=integrationtester
10
-EXPORT KAGGLE_KEY=...
+export KAGGLE_USERNAME=integrationtester
+export KAGGLE_KEY=...
11
12
Visit [go/kaggle-integrationtester](http://go/kaggle-integrationtester) to get
13
the correct `KAGGLE_KEY` value to use in the above command (Actions -> Get
0 commit comments