You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Docker build step on CircleCI fails after upgrading glean-parser in #84
RUN python -m pip install --no-index --find-links=/tmp/wheels/ burnham
ERROR: Could not find a version that satisfies the requirement glean-parser==1.28.6 (from glean-sdk>=32.3.1->burnham) (from versions: 1.29.0)
ERROR: No matching distribution found for glean-parser==1.28.6 (from glean-sdk>=32.3.1->burnham)
The Docker build step on CircleCI fails after upgrading glean-parser in #84