Skip to content

Commit 97ded9c

Browse files
debug github CI
1 parent e16810d commit 97ded9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Set up environment variables
2828
run: echo "GEMINI_API_KEY={{ secrets.GEMINI_API_KEY }}" >> .env
29+
- name: Test environment
30+
run: cat .env && pwd && ls -la && echo {{ secrets.GEMINI_API_KEY }}
2931
- name: Install tox
3032
run: python -m pip install tox
3133
- name: Run tox

0 commit comments

Comments
 (0)