Skip to content

Commit

Permalink
reinstate fetch-depth for all jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed Sep 16, 2024
1 parent 1a1ad3d commit dee2f3a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
name: Style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx run flake8 glass

tests:
Expand All @@ -31,6 +30,8 @@ jobs:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
Expand All @@ -42,13 +43,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: pipx run build

docs:
name: Docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
sudo apt-get update
sudo apt-get install pandoc
Expand Down

0 comments on commit dee2f3a

Please sign in to comment.