diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa480f41..07d3ed1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: aiida-plugin-cutter +name: test-aiida-plugin on: [push, pull_request] @@ -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 @@ -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: @@ -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 @@ -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