Skip to content

Commit

Permalink
[tmp] Changed openwisp-utils version
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Mar 1, 2024
1 parent eb385fe commit ad87dfb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions molecule/resources/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,18 @@
path: /.dockerenv
state: absent

tasks:
# TODO: Remove before merging
tasks:
- name: Install openwisp-utils clean insights
pip:
name: "openwisp-utils @ https://github.com/openwisp/openwisp-utils/tarball/fix-measurements-runner"
state: forcereinstall
virtualenv: "{{ virtualenv_path }}"
virtualenv_python: "{{ openwisp2_python }}"
environment:
SETUPTOOLS_USE_DISTUTILS: stdlib
notify: Reload application
tags: [extra_pip, molecule-idempotence-notest]
roles:
- role: openwisp.openwisp2

0 comments on commit ad87dfb

Please sign in to comment.