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 6fd42f3 commit e5436dbCopy full SHA for e5436db
.github/workflows/test.yml
@@ -35,9 +35,9 @@ jobs:
35
# Run pytest to execute tests
36
- name: Generate .config file inside the test folder
37
run: |
38
- echo "[codegreen]" > tests/.codegreencore.config
39
- echo "ENTSOE_token=${{ secrets.ENTSOE_TOKEN }}" >> tests/.codegreencore.config
40
- echo "enable_energy_caching=false" >> tests/.codegreencore.config
+ echo "[codegreen]" > .codegreencore.config
+ echo "ENTSOE_token=${{ secrets.ENTSOE_TOKEN }}" >> .codegreencore.config
+ echo "enable_energy_caching=false" >> .codegreencore.config
41
- name: Run tests
42
43
pytest
0 commit comments