Skip to content

Commit

Permalink
Try installing glob2
Browse files Browse the repository at this point in the history
  • Loading branch information
christiam committed Jul 24, 2024
1 parent f0b74ae commit 4ca8a2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-multi-pex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Build PEX file
run: |
pip3 install wheel
pip3 install wheel glob2
pip3 install -r requirements/test.txt
pex --python-shebang='/usr/bin/env python3' --disable-cache . -r requirements/base.txt --python=python${{ matrix.python-version }} -c elastic-blast -o elastic-blast
./elastic-blast --version
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Build PEX file
run: |
pip3 install wheel
pip3 install wheel glob2
pip3 install -r requirements/test.txt
pex --python-shebang='/usr/bin/env python3' --disable-cache . -r requirements/base.txt --python=python${{ matrix.python-version }} -c elastic-blast -o elastic-blast${{ matrix.python-version }}
./elastic-blast${{ matrix.python-version }} --version
Expand Down

0 comments on commit 4ca8a2a

Please sign in to comment.