Skip to content

Commit 498a2c3

Browse files
committed
Working on getting tests to pass when run via GitHub Actions
1 parent c5abbac commit 498a2c3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
env:
2828
GITHUB_NAME: "NOBODY"
2929
GITHUB_EMAIL: "[email protected]"
30-
GH_TOKEN: ${{ github.token }}
3130
run: |
3231
git config --global user.name "$GITHUB_NAME"
3332
git config --global user.email "$GITHUB_EMAIL"

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ def cookiecutter_extra_context() -> dict:
142142
"""Return a dictionary with common test context settings."""
143143
return {
144144
"create_github_repo": False,
145+
"_github_enable_pages": False,
145146
"_testing": True, # Flag to indicate we're running tests
146147
}
147148

0 commit comments

Comments
 (0)