Skip to content

Commit

Permalink
Update build_binaries.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam authored Sep 14, 2023
1 parent 48314fc commit 2f93c61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
- uses: conda-incubator/[email protected]
- name: Install dependencies
run: |
conda create --name scip
conda create --name scip
conda info --envs
ls C:\Miniconda\envs\scip\
# - name: Set OS-specific Path
# run: |
# if [[ "${{ matrix.os }}" == "ubuntu-latest" ]]; then
Expand Down

0 comments on commit 2f93c61

Please sign in to comment.