Skip to content

Commit

Permalink
Set PYTHONPATH in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dobraczka committed Jan 11, 2022
1 parent 11bcc87 commit 1aa3dae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install nox
- name: Set PYTHONPATH
run: |
echo "PYTHONPATH=$PYTHONPATH:src" >> $GITHUB_ENV
- name: Test
run:
nox
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.envrc
data/imdb/*.tsv
data/imdb/*.tsv.gz
data/imdb-tmdb/attr_triples_1
Expand Down

0 comments on commit 1aa3dae

Please sign in to comment.