File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 sudo apt-get -qq update
5353 sudo apt-get install -y python${{ matrix.python }} python${{ matrix.python }}-distutils
5454 sudo pip install autopep8
55+ - name : Activate virtualenv
56+ run : |
57+ . .venv/bin/activate
58+ echo PATH=$PATH >> $GITHUB_ENV
5559 - name : Run Python tests
5660 run : |
5761 bin/before-install
Original file line number Diff line number Diff line change 1+ # test
12# CI::Queue
23
34[ ![ Gem Version] ( https://badge.fury.io/rb/ci-queue.svg )] ( https://rubygems.org/gems/ci-queue )
45[ ![ Tests] ( https://github.com/Shopify/ci-queue/workflows/Tests/badge.svg?branch=master )] ( https://github.com/Shopify/ci-queue/actions?query=workflow%3ATests )
56
6- Distribute tests over many workers using a queue.
7+ Distribute tests over many workers using a queue.
78
89## Why a queue?
910
@@ -48,4 +49,3 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/Shopif
4849## License
4950
5051The code is available as open source under the terms of the [ MIT License] ( http://opensource.org/licenses/MIT ) .
51-
You can’t perform that action at this time.
0 commit comments