Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
scrazzz committed Feb 2, 2024
1 parent 53d529c commit c1d0127
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/newtags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-depth: 1

- name: Install packages
run: python3 -m pip install -U pip -r requirements.txt -e .
- name: Install and update packages
run: python3 -m pip install -U -r requirements.txt .

- name: Run newtags.py
run: python3 newtags.py
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout source
uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-depth: 1

- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
Expand Down

0 comments on commit c1d0127

Please sign in to comment.