Skip to content

Commit

Permalink
Merge pull request #202 from bsipocz/CI_fix_conda_job
Browse files Browse the repository at this point in the history
CI: fix conda job
  • Loading branch information
bsipocz authored Jan 22, 2024
2 parents a870f27 + 60df7f7 commit fd73d14
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build site
name: Test building site with conda environment

on:
push:
Expand All @@ -7,6 +7,9 @@ on:
pull_request:
branches:
- main
schedule:
- cron: '0 5 * * 1'
workflow_dispatch:

jobs:
test:
Expand All @@ -21,16 +24,16 @@ jobs:
shell: bash -l {0}

steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
activate-environment: numpy-tutorials
environment-file: environment.yml
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
python-version: "3.10"
python-version: "3.11"
auto-activate-base: false
- name: inspect and build
id: build_step
Expand Down

0 comments on commit fd73d14

Please sign in to comment.