Skip to content

Commit

Permalink
fix misaligned run
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 committed Sep 7, 2023
1 parent 807f0ad commit 6a37b0d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions installation-tips-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- cron: "0 12 * * *" # Daily at noon UTC

jobs:
testing:
installation-tips-testing:
name: Build Conda Env on ${{ matrix.os }} OS
runs-on: ${{ matrix.os }}
defaults:
Expand All @@ -25,15 +25,9 @@ jobs:
label: windows
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Add conda to system path
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
- name: Test Conda Environment Creation
uses: conda-incubator/[email protected]
with:
Expand Down

0 comments on commit 6a37b0d

Please sign in to comment.