Skip to content

Commit

Permalink
Confirm Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahlanzrath committed Dec 9, 2024
1 parent 1646645 commit b9173f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- name: Update Environment
shell: bash -el {0}
run: |
source $CONDA/etc/profile.d/conda.sh
mamba install -n base "setuptools>=69" "pip>=24"
mamba install -n base python=${{ matrix.python-version }}
echo "python=${{ matrix.python-version }}.*" > $CONDA_PREFIX/conda-meta/pinned
Expand All @@ -67,6 +68,7 @@ jobs:
- name: Install Dependencies
shell: bash -el {0}
run: |
source $CONDA/etc/profile.d/conda.sh
mamba activate cadet-process
pip install -e ./[testing]
Expand Down

0 comments on commit b9173f4

Please sign in to comment.