Skip to content

Commit

Permalink
draft 12
Browse files Browse the repository at this point in the history
  • Loading branch information
LuukBlom committed Feb 5, 2024
1 parent 5cee876 commit f926661
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup conda
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
run: echo $CONDA/bin >> $GITHUB_PATH
- name: Make environment
uses: conda-incubator/setup-miniconda@v3
with:
Expand Down

0 comments on commit f926661

Please sign in to comment.