Skip to content

Commit

Permalink
update CI env
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Oct 26, 2023
1 parent 41435ab commit 2721c13
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- name: Add conda to system path
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
source $CONDA/etc/profile.d/conda.sh
conda env update --file environment.yml --name base
- name: Install base dependencies
run: |
python -m pip install --upgrade pip
Expand Down
7 changes: 0 additions & 7 deletions environment.yml

This file was deleted.

0 comments on commit 2721c13

Please sign in to comment.