Skip to content

Commit

Permalink
i don't even know rn
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgehret committed Dec 13, 2024
1 parent d76c834 commit 84e4089
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pyproject-copier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:

- name: 'Construct env vars from action inputs and export'
run: |
pwd &&
ls -al &&
ls -al repo &&
PLUGIN_NAME=$(echo "${{ env.plugin_name }}" | sed 's/-/_/g')
MODULE_NAME=$(echo "$PLUGIN_NAME" | sed 's/^q2_//')
PROJECT_URLS_REPOSITORY=${{ env.repo_url }}
Expand All @@ -53,7 +50,6 @@ jobs:
- name: 'Remove old setup files & relocate recipe file and check status'
run: |
cd ./repo &&
rm MANIFEST.in setup.cfg setup.py versioneer.py $PLUGIN_NAME/_version.py &&
mv ci/recipe/meta.yaml conda-recipe/meta.yaml &&
git status && git diff

0 comments on commit 84e4089

Please sign in to comment.