Skip to content

Commit

Permalink
Trying python2 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomrsantos committed Jun 6, 2023
1 parent 4a181e2 commit 0b12cb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ jobs:
pip install markdown2
virtualenv --python=/usr/bin/python2.7 autobahn
source autobahn/bin/activate
pip install autobahntestsuite==0.8.2 txaio==18.8.1 autobahn[twisted,accelerate]==19.11.2 jinja2==2.11.3 markupsafe==1.1.1 Werkzeug==1.0.1 klein==20.6.0 pyopenssl==21.0.0 service_identity==18.1.0 unittest2==1.1.0 wsaccel==0.6.3
# pip install autobahntestsuite==0.8.2 txaio==18.8.1 autobahn[twisted,accelerate]==20.1.2 jinja2==2.11.3 markupsafe==1.1.1 Werkzeug==1.0.1 klein==20.6.0 pyopenssl==21.0.0 service_identity==18.1.0 unittest2==1.1.0 wsaccel==0.6.3
pip install autobahntestsuite txaio autobahn[twisted,accelerate] jinja2 markupsafe Werkzeug klein pyopenssl service_identity unittest2 wsaccel==0.6.3
pip freeze
nimble install -y --depsOnly

Expand Down

0 comments on commit 0b12cb5

Please sign in to comment.