Skip to content

Commit

Permalink
install python from miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech authored Jul 24, 2024
1 parent acb1e4a commit 6b1e2b4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/kvm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@
name: KVM Test
# Disable ci-run untill addressing /var/lib/dpkg/lock-frontend issue
runs-on: "cirun-runner--${{ github.run_id }}"
# runs-on: "ubuntu-latest"
defaults:
run:
shell: bash -el {0}
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
- name: Setup Python via Miniconda
uses: conda-incubator/[email protected]
with:
python-version: "3.10"
cache: "pip"
channels: conda-forge

- name: Install dependencies
run: |
Expand Down

0 comments on commit 6b1e2b4

Please sign in to comment.