Skip to content

Commit

Permalink
comment out micromamba list
Browse files Browse the repository at this point in the history
temp fix for #298
  • Loading branch information
orbeckst authored Oct 1, 2024
1 parent a628e2f commit 07b31cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ jobs:
- name: micromamba environment information
run: |
micromamba info
micromamba list
echo "DISABLED: issue #298: micromamba list"
cat /proc/cpuinfo || (/usr/sbin/system_profiler SPHardwareDataType; /usr/sbin/sysctl -a | grep machdep.cpu)
micromamba list | grep gromacs | grep ${{ matrix.gromacs-version }}
micromamba list | grep python | grep ${{ matrix.python-version }}
echo "DISABLED: issue #298: micromamba list | grep gromacs | grep ${{ matrix.gromacs-version }}"
echo "DISABLED: issue #298: micromamba list | grep python | grep ${{ matrix.python-version }}"
- name: Install package (with no dependencies)
run: |
Expand Down

0 comments on commit 07b31cf

Please sign in to comment.