Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI action and fix ruff errors in docs/conf.py template #211

Merged
merged 2 commits into from
Sep 13, 2024

Conversation

YooSunYoung
Copy link
Member

CI

  • Updated python version to 3.10
  • Add files so that tox -e static can see the files ( they were not checked since they were not seen by git )
  • Add more related project option to make the example more realistic

docs/conf.py template

  • Updated the jinja syntax to fix the ruff error as it renders.

@@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.10'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😱

@YooSunYoung YooSunYoung merged commit d73beb2 into main Sep 13, 2024
2 checks passed
@YooSunYoung YooSunYoung deleted the fix-ci branch September 13, 2024 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants