We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db99b5b commit 149161dCopy full SHA for 149161d
.github/workflows/ci.yml
@@ -124,7 +124,9 @@ jobs:
124
125
- name: Install Ubuntu dependencies
126
if: matrix.os == 'Ubuntu'
127
- run: sudo apt-get install bzr
+ run: |
128
+ sudo apt-get update
129
+ sudo apt-get install bzr
130
131
- name: Install MacOS dependencies
132
if: matrix.os == 'MacOS'
@@ -224,7 +226,9 @@ jobs:
224
226
python-version: "3.10"
225
227
228
229
230
231
232
233
- run: pip install nox 'virtualenv<20' 'setuptools != 60.6.0'
234
0 commit comments