Skip to content

Commit

Permalink
re-instate dependencies on python3.
Browse files Browse the repository at this point in the history
  • Loading branch information
gapisback committed Apr 11, 2024
1 parent 43a5be5 commit 68e7264
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 @@ -14,6 +14,11 @@ jobs:
build_type: [release, debug]

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"

#! - name: configure
#! run: ./configure
Expand Down

0 comments on commit 68e7264

Please sign in to comment.