Skip to content

Commit

Permalink
remove travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlehoff authored Mar 8, 2024
1 parent f393ee9 commit 93b94ad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 80 deletions.
38 changes: 0 additions & 38 deletions .ciscripts/build-deploy.sh

This file was deleted.

38 changes: 0 additions & 38 deletions .ciscripts/build-deploy2.sh

This file was deleted.

11 changes: 7 additions & 4 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@ jobs:
key: ${{ secrets.SSH_KEY }}
known_hosts: ${{ secrets.KNOWN_HOSTS }}

- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
fetch-depth: 0

- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
use-mamba: true
activate-environment: test
auto-update-conda: true
python-version: "3.9"
python-version: "3.11"

- name: Do Build
shell: bash -l {0}
Expand Down

0 comments on commit 93b94ad

Please sign in to comment.