Skip to content

Commit

Permalink
Fix jb GH actions for pslmodels org and new setup-miniconda action
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGhenis committed Nov 27, 2020
1 parent 207123a commit 85f6e58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_jupyterbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test that Jupyter-Book builds
on: [push, pull_request]
jobs:
build:
if: github.repository == 'MaxGhenis/scf'
if: github.repository == 'PSLmodels/scf'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -11,7 +11,7 @@ jobs:
persist-credentials: false

- name: Setup Miniconda
uses: goanpeca/setup-miniconda@v1
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: scf
environment-file: environment.yml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_jupyterbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
jobs:
build-and-deploy:
if: github.repository == 'MaxGhenis/scf'
if: github.repository == 'PSLmodels/scf'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -14,7 +14,7 @@ jobs:
persist-credentials: false

- name: Setup Miniconda
uses: goanpeca/setup-miniconda@v1
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: scf
environment-file: environment.yml
Expand Down

0 comments on commit 85f6e58

Please sign in to comment.