Spaces:
Sleeping
Sleeping
Atharva Thakur
commited on
Commit
•
990bd8a
1
Parent(s):
afab001
resolved the error caused in testing
Browse files
.github/workflows/StreamlitTesting.yml
CHANGED
@@ -27,6 +27,7 @@ jobs:
|
|
27 |
- name: Set up environment variables
|
28 |
run: |
|
29 |
echo "GOOGLE_API_KEY=${{ secrets.GOOGLE_API_KEY }}" >> $GITHUB_ENV
|
|
|
30 |
- name: Lint with flake8
|
31 |
run: |
|
32 |
# stop the build if there are Python syntax errors or undefined names
|
|
|
27 |
- name: Set up environment variables
|
28 |
run: |
|
29 |
echo "GOOGLE_API_KEY=${{ secrets.GOOGLE_API_KEY }}" >> $GITHUB_ENV
|
30 |
+
touch data.csv
|
31 |
- name: Lint with flake8
|
32 |
run: |
|
33 |
# stop the build if there are Python syntax errors or undefined names
|