Skip to content

Commit

Permalink
Pull latest pyforgejo version from pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
majamassarini committed Feb 14, 2025
1 parent 41715a2 commit 3c03130
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion files/tasks/rpm-test-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
state: present
become: true
# flexmock is not in EPEL 9, install it from PyPI
- name: Install flexmock from PyPI
- name: Install flexmock and pyforgejo from PyPI
pip:
name:
- flexmock
- pyforgejo
state: latest
become: true
- name: Install requre from git
Expand Down
1 change: 1 addition & 0 deletions files/zuul-install-requirements-pip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
- PyYAML
- cryptography
- Deprecated
- pyforgejo
become: true

0 comments on commit 3c03130

Please sign in to comment.