Skip to content

Commit 0625d49

Browse files
authored
Merge pull request #4082 from shiltemann/fixarchives
[archves] attemp 3: fix package name
2 parents 20d7cee + d89af61 commit 0625d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/monthly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Install dependencies
6060
run: |
6161
gem install bundler
62-
pip install yaml
62+
pip install pyyaml
6363
bundle config path vendor/bundle
6464
bundle install --jobs 4 --retry 3
6565
pip install -r requirements.txt

0 commit comments

Comments
 (0)