Skip to content

Commit

Permalink
pin circus to v0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Sep 19, 2020
1 parent 4fffef9 commit 4ed9ffe
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ jobs:
run: |
pip install --use-feature=2020-resolver -r requirements/requirements-py-${{ matrix.python-version }}.txt
pip install --use-feature=2020-resolver --no-deps -e .
pip install --use-feature=2020-resolver --upgrade git+https://github.com/unkcpz/circus.git@fix/quit-wait
reentry scan
pip freeze
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ jobs:
- name: Install aiida-core
run: |
pip install -e .[atomic_tools,docs,notebook,rest,tests]
pip install --upgrade git+https://github.com/unkcpz/circus.git@fix/quit-wait
reentry scan
- run: pip freeze
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies:
- click-config-file~=0.6.0
- click-spinner~=0.1.8
- click~=7.0
- circus~=0.17.1
- django~=2.2
- ete3~=3.1
- python-graphviz~=0.13
Expand Down
1 change: 1 addition & 0 deletions requirements/requirements-py-3.5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Click==7.0
click-completion==0.5.2
click-config-file==0.6.0
click-spinner==0.1.8
circus==0.17.1
configobj==5.0.6
coverage==4.5.4
cryptography==2.8
Expand Down
1 change: 1 addition & 0 deletions requirements/requirements-py-3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Click==7.0
click-completion==0.5.2
click-config-file==0.6.0
click-spinner==0.1.8
circus==0.17.1
configobj==5.0.6
coverage==4.5.4
cryptography==2.8
Expand Down
1 change: 1 addition & 0 deletions requirements/requirements-py-3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Click==7.0
click-completion==0.5.2
click-config-file==0.6.0
click-spinner==0.1.8
circus==0.17.1
configobj==5.0.6
coverage==4.5.4
cryptography==2.8
Expand Down
1 change: 1 addition & 0 deletions requirements/requirements-py-3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Click==7.0
click-completion==0.5.2
click-config-file==0.6.0
click-spinner==0.1.8
circus==0.17.1
configobj==5.0.6
coverage==4.5.4
cryptography==2.8
Expand Down
1 change: 1 addition & 0 deletions setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"click-config-file~=0.6.0",
"click-spinner~=0.1.8",
"click~=7.0",
"circus~=0.17.1",
"django~=2.2",
"ete3~=3.1",
"graphviz~=0.13",
Expand Down

0 comments on commit 4ed9ffe

Please sign in to comment.