Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 1c57efb

Browse files
committed
Docs: Correct CI build stage names.
1 parent 4b4435e commit 1c57efb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
channel: "#builds"
2828
if: always()
2929

30-
- name: Setup npm and build runestone.js
30+
- name: Install npm dependencies
3131
run: |
3232
npm install
3333
- name: Set up Python ${{ matrix.python-version }}
3434
uses: actions/setup-python@v2
3535
with:
3636
python-version: ${{ matrix.python-version }}
37-
- name: Install dependencies
37+
- name: Install Python dependencies
3838
run: |
3939
# Install Poetry per the `instructions <https://python-poetry.org/docs/master/#installing-with-the-official-installer>`.
4040
curl -sSL https://install.python-poetry.org | python3 -

0 commit comments

Comments
 (0)