Skip to content

Commit

Permalink
add setupt pythonwq
Browse files Browse the repository at this point in the history
  • Loading branch information
nhuet committed Jul 17, 2023
1 parent 1c9da4d commit 1c92e12
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jobs:
echo ${{ matrix.os }}
echo ${{ matrix.nodeellip }}
echo ${{ matrix.tf212 }}
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: pip
cache-dependency-path: pyproject.toml
- name: Pick proper tox env
shell: python
run: |
Expand Down

0 comments on commit 1c92e12

Please sign in to comment.