Skip to content

Commit

Permalink
fix test mamab urls
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Jan 4, 2021
1 parent c5f97af commit 6ac92ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/job.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,11 @@ jobs:
nodejs: '>=14,<15.0.0.a0'
# TODO: remove when mambaforge just works on setup-miniconda
- os: ubuntu
mambaforge: -Linux-x86_64.sh
mambaforge: Linux-x86_64.sh
- os: macos
mambaforge: -MacOSX-x86_64.sh
mambaforge: MacOSX-x86_64.sh
- os: windows
mambaforge: -Windows-x86_64.exe
mambaforge: Windows-x86_64.exe

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 6ac92ef

Please sign in to comment.