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.
2 parents db99b5b + a3a5a08 commit 1e2be0eCopy full SHA for 1e2be0e
.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
news/12559.trivial.rst
@@ -0,0 +1 @@
1
+Fix Ubuntu CI Tests
0 commit comments