Skip to content

Commit

Permalink
install pydataverse from src
Browse files Browse the repository at this point in the history
It is within a nested directory and thus not in the root's namespace
  • Loading branch information
JR-1991 committed Dec 2, 2023
1 parent 039f572 commit d2c466b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Test PyDataverse
name: Unit tests
on: [push]

jobs:
custom_test:
runs-on: ubuntu-latest
name: Test Dataverse Action
name: Test PyDtaverse
env:
PORT: 8080
steps:
Expand All @@ -21,6 +21,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip
python3 -m pip install -r ./requirements/tests.txt
pip install -e .
- name: Run tests
env:
API_TOKEN: ${{ steps.dataverse.outputs.api_token }}
Expand Down

0 comments on commit d2c466b

Please sign in to comment.