Skip to content

Commit

Permalink
packaging data no longer in a subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Aug 27, 2023
1 parent 1980ae9 commit 302bcf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@

- name: Install pretalx (git)
pip:
name: "git+{{ pretalx_git_url }}@{{ pretalx_git_version }}#egg=pretalx{{ pretalx_extra }}&subdirectory=src"
name: "git+{{ pretalx_git_url }}@{{ pretalx_git_version }}#egg=pretalx{{ pretalx_extra }}"
executable: pip3
extra_args: --user
state: latest # noqa package-latest
Expand Down

0 comments on commit 302bcf4

Please sign in to comment.