Skip to content

Commit

Permalink
ci: try to re-use pants_init2
Browse files Browse the repository at this point in the history
  • Loading branch information
EspenAlbert committed Aug 22, 2023
1 parent 5f1ce0e commit 3aff5fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: pants_init
uses: "../templates/pants_init"
uses: "./.github/templates/pants_init"
- uses: actions/setup-python@v4
with:
python-version: '3.9'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: pants_init
uses: "../templates/pants_init"
uses: "./.github/templates/pants_init"
- name: publish_to_pypi
env:
PANTS_TWINE_ARGS: "['-p ${{ secrets.TWINE_PASSWORD }}', '-u __token__']"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typecheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: pants_init
uses: "../templates/pants_init"
uses: "./.github/templates/pants_init"
- name: mypy
run: "pants --tag='-arm' check ::"

0 comments on commit 3aff5fd

Please sign in to comment.