Commit 1c0a872
authored
Update virtualenv for python:3.9 to fix tests. (#161)
- The python:3.9 runtime uses an older version of the virtualenv module which now causes 'setup.py install is deprecated' messages issued when the action loop loads the function into memory. This causes the action loop to assume the load failed. This causes the tests to fail. Updating the virtualenv module to version 20.26.3 which is not using 'setup.py' install anymore solves this issue.1 parent f707898 commit 1c0a872
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
0 commit comments