Skip to content

Commit

Permalink
Updated environment files
Browse files Browse the repository at this point in the history
  • Loading branch information
gonfeco committed Oct 17, 2024
1 parent 9140b14 commit cd39e0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
environment-file: environment.yml
auto-update-conda: true
auto-activate-base: false
#activate-environment: anaconda-client-env
activate-environment: myqlmdask
#- name: Set up Python 3.12
# uses: actions/setup-python@v4
# with:
# python-version: 3.12
- shell: bash -el {0}
run: |
conda info --envs
conda activate test
conda info
conda list
# python -m pip install --upgrade pip
# pip install flake8 pytest
# #if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: myqlm_dask
name: myqlmdask
channels:
- myqlm
- conda-forge
Expand Down

0 comments on commit cd39e0b

Please sign in to comment.