Skip to content

Commit

Permalink
try to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lldelisle committed Dec 6, 2023
1 parent 75e83c8 commit bb1f292
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use python ${{ matrix.python-version }}
run: echo " - python = ${{ matrix.python-version }}" >> ./HiCMatrix_env_ci.yml
run: |
echo " - python = ${{ matrix.python-version }}" >> ./HiCMatrix_env_ci.yml
cat ./HiCMatrix_env_ci.yml
- uses: mamba-org/setup-micromamba@main
with:
environment-file: ./HiCMatrix_env_ci.yml
Expand Down

0 comments on commit bb1f292

Please sign in to comment.