Skip to content

Commit 3e797a7

Browse files
committed
removing redundant python, trying to activate environment
1 parent 3aa03d4 commit 3e797a7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ jobs:
1818
- name: Checkout repository
1919
uses: actions/checkout@v4
2020

21-
- name: Set up Python 3.10
22-
uses: actions/setup-python@v3
23-
with:
24-
python-version: '3.10.13'
25-
2621
- name: Create conda/mamba environment using micromamba
2722
uses: mamba-org/setup-micromamba@v1
2823
with:
@@ -37,6 +32,7 @@ jobs:
3732

3833
- name: Install Dependencies
3934
run: |
35+
eval "$(micromamba shell hook --shell bash)
4036
micromamba activate P_microsalt
4137
poetry env info
4238
poetry install --no-interaction --all-extras

0 commit comments

Comments
 (0)