Skip to content

Commit f54bcf4

Browse files
committed
remove python setup
1 parent 5a798be commit f54bcf4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v4
18-
- name: Set up Python 3.6
19-
uses: actions/setup-python@v3
20-
with:
21-
python-version: '3.6.15'
18+
2219
- name: Create conda/mamba environment using micromamba
2320
uses: mamba-org/setup-micromamba@v1
2421
with:

0 commit comments

Comments
 (0)