Skip to content

Commit

Permalink
try to fix conda
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsilver committed Aug 17, 2024
1 parent 27316d4 commit 7fe95f2
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@ on: [pull_request]

jobs:
unit-tests:
defaults:
run:
shell: bash -l {0}
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.10"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: anaconda-client-env
environment-file: etc/example-environment-caching.yml
- name: Install dependencies
run: |
conda create -n rcareworld python=3.10
Expand Down

0 comments on commit 7fe95f2

Please sign in to comment.