Skip to content

Commit

Permalink
Fix names for template workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar committed Feb 2, 2024
1 parent fdfa1f0 commit bb76e1c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: aiida-plugin-cutter
name: test-aiida-plugin

on: [push, pull_request]

Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
python-version: "3.10"
- name: Install python dependencies
env:
PLUGIN_NAME: aiida-ck
PLUGIN_NAME: aiida-mlip
run: |
pip install --upgrade pip
pip install -r requirements.txt
Expand All @@ -77,7 +77,7 @@ jobs:
pip install -e ${PLUGIN_NAME}[docs]
- name: Build docs
env:
PLUGIN_NAME: aiida-ck
PLUGIN_NAME: aiida-mlip
run: cd ${PLUGIN_NAME}/docs && make

pre-commit:
Expand All @@ -91,7 +91,7 @@ jobs:
python-version: "3.10"
- name: Install python dependencies
env:
PLUGIN_NAME: aiida-ck
PLUGIN_NAME: aiida-mlip
run: |
pip install --upgrade pip
pip install -r requirements.txt
Expand All @@ -100,7 +100,7 @@ jobs:
pip install -e ${PLUGIN_NAME}[pre-commit,docs,testing]
- name: Run pre-commit
env:
PLUGIN_NAME: aiida-ck
PLUGIN_NAME: aiida-mlip
run: |
cd ${PLUGIN_NAME}
git init
Expand Down

0 comments on commit bb76e1c

Please sign in to comment.