From 2cb4a7778beb9ea554643f81cc1ca4c43dcab902 Mon Sep 17 00:00:00 2001 From: Mladen Gibanica <11275336+mgcth@users.noreply.github.com> Date: Fri, 10 Nov 2023 20:18:28 +0100 Subject: [PATCH] Remove recopy from actions --- .github/workflows/github-action-build.yaml | 4 ---- .github/workflows/github-action-docs.yaml | 4 ---- .github/workflows/github-action-lint.yaml | 4 ---- .github/workflows/github-action-type.yaml | 4 ---- 4 files changed, 16 deletions(-) diff --git a/.github/workflows/github-action-build.yaml b/.github/workflows/github-action-build.yaml index eb0a570..981d1b2 100644 --- a/.github/workflows/github-action-build.yaml +++ b/.github/workflows/github-action-build.yaml @@ -13,10 +13,6 @@ jobs: uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - - name: Recopy - run: | - pip install copier - copier recopy $project --force - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/.github/workflows/github-action-docs.yaml b/.github/workflows/github-action-docs.yaml index 4332376..fe1b7f0 100644 --- a/.github/workflows/github-action-docs.yaml +++ b/.github/workflows/github-action-docs.yaml @@ -28,10 +28,6 @@ jobs: uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - - name: Recopy - run: | - pip install copier - copier recopy $project --force - name: Setup Pages uses: actions/configure-pages@v2 - name: Install MkDocs diff --git a/.github/workflows/github-action-lint.yaml b/.github/workflows/github-action-lint.yaml index d0a7386..2b438f3 100644 --- a/.github/workflows/github-action-lint.yaml +++ b/.github/workflows/github-action-lint.yaml @@ -13,10 +13,6 @@ jobs: uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - - name: Recopy - run: | - pip install copier - copier recopy $project --force - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/.github/workflows/github-action-type.yaml b/.github/workflows/github-action-type.yaml index 7d4f49c..c34ae64 100644 --- a/.github/workflows/github-action-type.yaml +++ b/.github/workflows/github-action-type.yaml @@ -13,10 +13,6 @@ jobs: uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - - name: Recopy - run: | - pip install copier - copier recopy $project --force - name: Install dependencies run: | python -m pip install --upgrade pip