Skip to content

Commit 967acbb

Browse files
committed
🎨Reuse existing requirement pins @ smoke-test
1 parent 5755482 commit 967acbb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/self-smoke-test-action.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,14 @@ jobs:
4848
timeout-minutes: 2
4949

5050
steps:
51+
- name: Check out the action locally
52+
uses: actions/checkout@v3
53+
with:
54+
path: test
5155
- name: Install the packaging-related tools
5256
run: python3 -m pip install build twine
57+
env:
58+
PIP_CONSTRAINT: test/requirements/runtime.txt
5359
- name: Create the stub package importable directory
5460
run: mkdir -pv src/test_package
5561
- name: Populate the stub package `__init__.py`
@@ -77,10 +83,6 @@ jobs:
7783
env:
7884
TWINE_USERNAME: ${{ env.devpi-username }}
7985
TWINE_PASSWORD: ${{ env.devpi-password }}
80-
- name: Check out the action locally
81-
uses: actions/checkout@v3
82-
with:
83-
path: test
8486
- name: ✅ Smoke-test the locally checked out action
8587
uses: ./test
8688
with:

0 commit comments

Comments
 (0)