Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
B1ueber2y committed Nov 26, 2024
1 parent 0c692d6 commit 9ae9827
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ jobs:
libunwind-dev \
xvfb
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Install Python dependencies
run: |
git submodule update --init --recursive
Expand Down

0 comments on commit 9ae9827

Please sign in to comment.