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 89b3b8f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions molecule/resources/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,16 @@
path: /.dockerenv
state: absent

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 89b3b8f

Please sign in to comment.