Skip to content

Commit

Permalink
Fix sed command
Browse files Browse the repository at this point in the history
  • Loading branch information
mofr committed Aug 23, 2024
1 parent 4a67b5b commit 400035c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
version: 1.3.2
- name: Install dependencies
run: |
sed -i.bak 's/^SQLAlchemy = .*/SQLAlchemy = "^${{ matrix.sqlalchemy-version }}"' pyproject.toml
sed -i.bak 's/^Django = .*/Django = "^${{ matrix.django-version }}"' pyproject.toml
sed -i.bak 's/^SQLAlchemy = .*/SQLAlchemy = "^${{ matrix.sqlalchemy-version }}"/' pyproject.toml
sed -i.bak 's/^Django = .*/Django = "^${{ matrix.django-version }}"/' pyproject.toml
poetry install
- name: Test with pytest
run: |
Expand Down

0 comments on commit 400035c

Please sign in to comment.