diff --git a/.github/workflows/create_manifolds_release.yaml b/.github/workflows/create_manifolds_release.yaml index 63594d6..088f4c8 100644 --- a/.github/workflows/create_manifolds_release.yaml +++ b/.github/workflows/create_manifolds_release.yaml @@ -15,11 +15,10 @@ jobs: with: python-version: '3.10.11' cache: 'pip' - - run: pip install -r requirements.txt - name: Run conversion script run: | - sh script/convert_manifold.sh + sh scripts/convert_manifold.sh - name: Create release uses: "marvinpinto/action-automatic-releases@latest"