Skip to content

Commit

Permalink
Use Anaconda for Python instead
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudyOverhead committed Aug 11, 2023
1 parent 29e79e2 commit 1cc3ac5
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/cml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@ name: model-testing
on: [push]
jobs:
run:
runs-on: ubuntu-22.04
container:
image: python:3.7.16
env:
CML: https://github.com/iterative/cml/releases/latest/download/cml-linux-x64
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v4
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: '3.7.16'
cache: 'pip'
auto-update-conda: true
python-version: 3.7.16
- uses: actions/setup-node@v3
with:
node-version: '16'
Expand Down

0 comments on commit 1cc3ac5

Please sign in to comment.