Skip to content

Commit

Permalink
Enforce using python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzibyte committed Aug 8, 2024
1 parent f0bd3ef commit c5e003f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-python
with:
python-version: '2.7.18'

- name: Get Submodules
run: git submodule update --init --recursive

Expand Down

0 comments on commit c5e003f

Please sign in to comment.