Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aantn committed Jun 16, 2024
1 parent 7830a22 commit 8456e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
curl -sSL https://install.python-poetry.org | python3 - --version 1.4.0
poetry config virtualenvs.create false
poetry install --extras "all"
poetry install --no-root
python -m pip install --upgrade pip
pip install pyinstaller
sudo apt-get install -y binutils
Expand Down

0 comments on commit 8456e16

Please sign in to comment.