Skip to content

Commit

Permalink
move option
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Dec 6, 2023
1 parent 4d602ee commit 8345291
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ jobs:
steps:
- name: "Checkout"
uses: "actions/checkout@v4"
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Run Dataverse Action
id: dataverse
uses: gdcc/dataverse-action@main
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Install Python Dependencies
run: |
python3 -m pip install --upgrade pip
Expand Down

0 comments on commit 8345291

Please sign in to comment.