Skip to content

Commit

Permalink
workflow w/ hatch [try cache]🛠️
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasByr committed Aug 11, 2023
1 parent 88a2cb6 commit 8b59e45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: 'pip'
- name: Add conda to system path
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
Expand Down

0 comments on commit 8b59e45

Please sign in to comment.