Skip to content

Commit

Permalink
python
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Feb 3, 2025
1 parent e62a06f commit b52e91b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ jobs:
run: |
git config --global --add safe.directory '*'
- name: Setup Python 3.13
uses: actions/setup-python@v5
with:
python-version: "3.13"

- name: Build
run: |
mkdir build
Expand Down Expand Up @@ -175,6 +180,11 @@ jobs:
modules: qt5compat qtimageformats
version: ${{ matrix.qt-version }}

- name: Setup Python 3.13
uses: actions/setup-python@v5
with:
python-version: "3.13"

# WINDOWS
- name: Enable Developer Command Prompt (Windows)
if: startsWith(matrix.os, 'windows')
Expand Down
2 changes: 1 addition & 1 deletion lib/twitch-eventsub-ws/ast/check-clang.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .lib import init_clang_cindex
from lib import init_clang_cindex

init_clang_cindex()

0 comments on commit b52e91b

Please sign in to comment.