Skip to content

Commit

Permalink
🎨Reuse existing requirement pins @ smoke-test
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Dec 6, 2022
1 parent 5755482 commit 967acbb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/self-smoke-test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,14 @@ jobs:
timeout-minutes: 2

steps:
- name: Check out the action locally
uses: actions/checkout@v3
with:
path: test
- name: Install the packaging-related tools
run: python3 -m pip install build twine
env:
PIP_CONSTRAINT: test/requirements/runtime.txt
- name: Create the stub package importable directory
run: mkdir -pv src/test_package
- name: Populate the stub package `__init__.py`
Expand Down Expand Up @@ -77,10 +83,6 @@ jobs:
env:
TWINE_USERNAME: ${{ env.devpi-username }}
TWINE_PASSWORD: ${{ env.devpi-password }}
- name: Check out the action locally
uses: actions/checkout@v3
with:
path: test
- name: ✅ Smoke-test the locally checked out action
uses: ./test
with:
Expand Down

0 comments on commit 967acbb

Please sign in to comment.