Skip to content

Commit af03bdd

Browse files
authored
Merge pull request #11 from plowsof/pip
ci: lock versions of pip libs
2 parents 1bdd6c1 + b3fa1a3 commit af03bdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install dependencies
1515
run: |
1616
sudo apt-get install -y transmission-cli
17-
pip3 install py3createtorrent bencodepy
17+
pip3 install py3createtorrent==1.2.1 bencodepy==0.9.5
1818
- name: download files and create torrent
1919
run: ./create_monero_torrent.sh
2020
- name: create release notes

0 commit comments

Comments
 (0)