Skip to content

Commit

Permalink
remove conda
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed Feb 17, 2025
1 parent 1fe508b commit f82cd1e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/test_pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@ jobs:

name: ${{ matrix.os }} ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3
- name: Setup conda
uses: s-weigand/setup-conda@v1
with:
update-conda: true
python-version: ${{ matrix.python-version }}
conda-channels: anaconda, conda-forge
- run: conda --version
- run: which python

- name: Checkout Repo
uses: actions/checkout@v3

Expand Down

0 comments on commit f82cd1e

Please sign in to comment.