Skip to content

Fix dependency scanning in CI

Zehao Chen requested to merge zchen723/fix-deps-scanning into master

Description

This MR fixes the dependency scanning job in CI.

The job was previously broken because internally it uses easy_install once setup.py is found to install dependencies, which has a different resolver than pip.

Changes proposed in this merge request:

  • Force the job to use pip by copying requirements.txt to .
  • Increase the log verbosity so debugging is easier
Edited by Zehao Chen

Merge request reports