Skip to content

Commit

Permalink
Merge pull request #99 from sbillinge/ci2
Browse files Browse the repository at this point in the history
remove nsls2forge and correct typo in master branch of tests.yml in g…
  • Loading branch information
sbillinge authored Jul 29, 2023
2 parents 0f53695 + ef3060c commit 3cca714
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: test
channels: nsls2forge,conda-forge
channels: conda-forge
auto-update-conda: true

- name: install requirements
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test
on:
push:
branches:
- mas
- master
pull_request:
workflow_dispatch:

Expand Down Expand Up @@ -37,9 +37,8 @@ jobs:
auto-activate-base: false

- name: install requirements
run: >-
conda install --file requirements.txt
conda install --file requirements-dev.txt
run: |
conda install --file requirements.txt --file requirements-dev.txt
- name: install the package
run: python -m pip install . --no-deps
Expand Down

0 comments on commit 3cca714

Please sign in to comment.