Skip to content

Commit

Permalink
Don't treat as namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason committed May 9, 2023
1 parent 94a30fd commit 1876881
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/upgrade_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
shell: bash
run: |
python -m pip install --upgrade pip pip-tools
cd ${{ matrix.package }}
python -m piptools compile -q --upgrade --resolver=backtracking -o requirements/requirements-${{ matrix.os }}_py${{ matrix.python-version }}.txt pyproject.toml
python -m piptools compile -q --upgrade --resolver=backtracking --all-extras -o requirements/requirements-${{ matrix.os }}_py${{ matrix.python-version }}_extras.txt pyproject.toml
- name: Detect changes
Expand Down

0 comments on commit 1876881

Please sign in to comment.