Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tikhomirovd committed Nov 14, 2023
1 parent 25f2aeb commit 8d0fc19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry
if [[ ${{ matrix.python-version }} == 3.10.* ]]; then
if [[ "${{ matrix.python-version }}" == 3.10.* ]]; then
poetry install
else
poetry install --no-dev
Expand Down

0 comments on commit 8d0fc19

Please sign in to comment.