We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c0dccc commit df99109Copy full SHA for df99109
1 file changed
.github/workflows/test_publish.yml .github/workflows/test.yml.github/workflows/test_publish.yml renamed to .github/workflows/test.yml
@@ -9,10 +9,6 @@ on:
9
jobs:
10
dv-sync:
11
runs-on: ubuntu-latest
12
- env:
13
- DV_API_TOKEN: ${{ secrets.DV_API_TOKEN }}
14
- DV_URL: 'https://darus.uni-stuttgart.de'
15
- DV_PID: 'doi:10.18419/darus-3801'
16
steps:
17
- name: 'Checkout'
18
uses: 'actions/checkout@v4'
@@ -26,6 +22,10 @@ jobs:
26
22
with:
27
23
python-version: '3.11'
28
24
25
+ - name: 'Install requests'
+ run: |
+ python3 -m pip install requests
+
29
- name: 'Create Dataset'
30
run: |
31
export API_TOKEN=${{ steps.dataverse.outputs.api_token }}
0 commit comments