Skip to content

Commit

Permalink
Try fixing CI python version
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Nov 13, 2023
1 parent fac7362 commit 2922d31
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,13 @@ jobs:
name: "cargo test | ${{ matrix.os }}"
steps:
- uses: actions/checkout@v4
# TODO(konstin): Mock the venv in the installer test so we don't need this anymore
- uses: actions/setup-python@v4
with:
python-version: '3.8'
# TODO(konstin): Mock the venv in the installer test so we don't need 3.8 anymore
- name: "Install Python"
uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
python-version: |
3.8
${{ env.PYTHON_VERSION }}
- name: "Install Rust toolchain"
run: rustup show
- name: "Install cargo insta"
Expand Down

0 comments on commit 2922d31

Please sign in to comment.