Skip to content

Commit

Permalink
gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfleischer committed Jan 14, 2024
1 parent f125a01 commit 82326f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]



steps:
- uses: actions/checkout@v3

Expand All @@ -22,6 +20,7 @@ jobs:
python-version: '3.12'

- name: Add conda to system path
shell: bash
run: |
if [[ "${{ runner.os }}" == "Windows" ]]; then
echo "$CONDA\bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 82326f1

Please sign in to comment.