Skip to content

Commit

Permalink
check conda forge url fix
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Oct 9, 2023
1 parent daf00ae commit 0010bf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
name: ${{ matrix.platform }} (${{ matrix.pkgman }})
steps:
- name: Download lockfile
run: wget -q https://raw.githubusercontent.com/atharva-2001/tardis/blob/master/conda-${{ matrix.platform }}.lock
# run: wget -q https://raw.githubusercontent.com/atharva-2001/tardis/blob/master/conda-${{ matrix.platform }}.lock
run: wget -q https://raw.githubusercontent.com/atharva-2001/tardis/pre_release_lock_fix3/conda-${{ matrix.platform }}.lock

- name: Setup environment
uses: conda-incubator/setup-miniconda@v2
Expand Down

0 comments on commit 0010bf8

Please sign in to comment.