Skip to content

Commit 121163b

Browse files
committed
Fix the workflow configuration
1 parent 4894e7f commit 121163b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ase_plugin_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ASE Plugin Test
1+
name: Atomic Simulation Environment (ASE) Plugin Test
22

33
on:
44
pull_request:
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
miniconda-version: 'latest'
1717
activate-environment: abacuslite
18-
python-version: 3.10
18+
python-version: '3.10'
1919

2020
- name: Install dependencies
2121
shell: bash -l {0}

0 commit comments

Comments
 (0)