Skip to content

Commit 6c74c72

Browse files
committed
fix action name
1 parent 72f8813 commit 6c74c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python-version: "3.8"
3434
steps:
3535
- uses: actions/checkout@v2
36-
- uses: jupyterlab/maintainer-tools/.github/actions/base-action@v1
36+
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
3737
- name: Install dependencies
3838
run: |
3939
pip install -e ".[test]"

0 commit comments

Comments
 (0)