diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af2f26f..eef36cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -# Run basic tests for this app on the latest aiidalab/full-stack docker image. +# Run basic tests on the latest aiidalab/full-stack and ispg-group/atmospec docker images. name: CI @@ -6,15 +6,11 @@ on: push: branches: - main - tags: - - "v*" pull_request: jobs: pre-commit: - env: - SKIP: 'no-commit-to-branch' runs-on: ubuntu-latest steps: - name: Check out app @@ -102,21 +98,3 @@ jobs: name: Screenshots-${{env.IMAGE_NAME}}-${{ matrix.tag }}-${{ matrix.browser }} path: screenshots/ if-no-files-found: error - - release: - if: >- - github.repository == 'ispg-group/aiidalab-ispg' - && github.ref_type == 'tag' - - needs: [pre-commit, test-app] - runs-on: ubuntu-latest - timeout-minutes: 10 - permissions: - contents: write - - steps: - - uses: softprops/action-gh-release@v0.1.15 - name: Create release - if: startsWith(github.ref, 'refs/tags/v') - with: - generate_release_notes: true diff --git a/setup.cfg b/setup.cfg index 2cb05ce..d988dc7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,9 +34,6 @@ install_requires = ipywidgets~=7.7 [options.extras_require] -dev = - pre-commit>=2.10.1 - bumpver test = file: requirements-test.txt [options.package_data]