From 256312ec5d185fe9c67bc2fd005459e253e34f5f Mon Sep 17 00:00:00 2001 From: Igor Tatarnikov Date: Mon, 13 Nov 2023 16:47:49 +0000 Subject: [PATCH] Fixed typo in workflow --- .github/workflows/test_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 4afc0fd..5a5c659 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -32,7 +32,7 @@ jobs: steps: # Run tests - - uses: tiambert03/setup-qt-libs@v1 + - uses: tlambert03/setup-qt-libs@v1 - uses: neuroinformatics-unit/actions/test@v2 with: python-version: ${{ matrix.python-version }}