Skip to content

Commit

Permalink
GitHub Actions: Update actions/checkout version and stop using Mambaf…
Browse files Browse the repository at this point in the history
…orge (#693)

* GitHub Actions: Update actions/checkout version and stop using Mambaforge

* Bump apt CI to use ubuntu 22.04

* Update ci.yml

* Delete .github/workflows/ci.yml
  • Loading branch information
traversaro authored Jan 23, 2025
1 parent e8b24c2 commit 96d1de6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 101 deletions.
99 changes: 0 additions & 99 deletions .github/workflows/ci.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/conda-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-version: latest

- uses: rlespinasse/[email protected]
Expand Down

0 comments on commit 96d1de6

Please sign in to comment.