Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
ZKAPAuthorizer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Administrator
ZKAPAuthorizer
Commits
4cc90bd3
Unverified
Commit
4cc90bd3
authored
4 years ago
by
Jean-Paul Calderone
Browse files
Options
Downloads
Patches
Plain Diff
See if the alpha resolver makes it any better
parent
bdb82400
No related branches found
No related tags found
1 merge request
!149
Pin Tahoe-LAFS to 1.14.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/ci.yaml
+4
-4
4 additions, 4 deletions
.github/workflows/ci.yaml
with
4 additions
and
4 deletions
.github/workflows/ci.yaml
+
4
−
4
View file @
4cc90bd3
...
@@ -37,19 +37,19 @@ jobs:
...
@@ -37,19 +37,19 @@ jobs:
-
name
:
"
Upgrade
Pip"
-
name
:
"
Upgrade
Pip"
run
:
|
run
:
|
python -m pip install -v --upgrade pip
python -m pip install
--unstable-feature=resolver
-v --upgrade pip
-
name
:
"
Install
CI
Dependencies"
-
name
:
"
Install
CI
Dependencies"
run
:
|
run
:
|
python -m pip install -v wheel coverage
python -m pip install
--unstable-feature=resolver
-v wheel coverage
-
name
:
"
Install
Test
Dependencies"
-
name
:
"
Install
Test
Dependencies"
run
:
|
run
:
|
python -m pip install -v -r test-requirements.txt
python -m pip install
--unstable-feature=resolver
-v -r test-requirements.txt
-
name
:
"
Install
ZKAPAuthorizer"
-
name
:
"
Install
ZKAPAuthorizer"
run
:
|
run
:
|
python -m pip install -v ./
python -m pip install
--unstable-feature=resolver
-v ./
-
name
:
"
Dump
Python
Environment"
-
name
:
"
Dump
Python
Environment"
run
:
|
run
:
|
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment