Skip to content

Commit

Permalink
added python-typing_extensions in scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
petronny committed Dec 19, 2023
1 parent 0f496dd commit c43ec05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduler.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: arch4edu/cactus/actions/upgrade-archlinux@main

- name: Install runtime dependencies
run: pacman -S --noconfirm --needed git python-mysqlclient
run: pacman -S --noconfirm --needed git python-mysqlclient python-typing_extensions

- uses: arch4edu/cactus/actions/setup-cactus@main

Expand Down

0 comments on commit c43ec05

Please sign in to comment.