We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e16810d commit 97ded9cCopy full SHA for 97ded9c
.github/workflows/python-package.yml
@@ -26,6 +26,8 @@ jobs:
26
python-version: ${{ matrix.python-version }}
27
- name: Set up environment variables
28
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 }}
31
- name: Install tox
32
run: python -m pip install tox
33
- name: Run tox
0 commit comments