Skip to content

Commit

Permalink
Use Python 3.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Aug 6, 2024
1 parent a747f47 commit 14b1284
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,15 @@ jobs:
run:
shell: bash
steps:
- name: "Checking out repository"
- name: "Check out repository"
uses: actions/checkout@v4.1.7
- name: "Marking git safe.directory"
- name: "Mark git safe.directory"
run: git config --global --add safe.directory '*'
- name: "Checking out runtime submodules"
- name: "Check out runtime submodules"
run: ./build_tools/scripts/git/update_runtime_submodules.sh

- uses: actions/setup-python@v5.1.0
with:
python-version: "3.11"
- name: "Setup Python venv"
run: |
python3 -m venv ${VENV_DIR}
Expand All @@ -84,8 +86,7 @@ jobs:
--upgrade \
iree-compiler \
iree-runtime
- name: "Testing Experimental Web Samples"
- name: "Test experimental web samples"
env:
HOST_TOOLS_BINARY_DIR: ${{ env.VENV_DIR }}/bin
IREE_EMPSCRIPTEN_BUILD_DIR: build-emscripten
Expand Down

0 comments on commit 14b1284

Please sign in to comment.