Skip to content

Commit

Permalink
updating actions for valid graphs dir
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDietzMorris committed Jan 14, 2025
1 parent 3a51dc8 commit d14f749
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ jobs:

- name: create env params
run: |
echo "PYTHONPATH=$PWD:$PWD/robokop-genetics" >> $GITHUB_ENV
echo "ROBOKOP_HOME=$PWD" >> $GITHUB_ENV
mkdir -p $PWD/tests/logs
mkdir -p $PWD/tests/storage
echo "ORION_LOGS=$PWD/tests/logs" >> $GITHUB_ENV
echo "ORION_STORAGE=$PWD/tests/storage" >> $GITHUB_ENV
mkdir -p $PWD/tests/workspace/logs
mkdir -p $PWD/tests/workspace/storage
mkdir -p $PWD/tests/workspace/graphs
echo "ORION_LOGS=$PWD/tests/workspace/logs" >> $GITHUB_ENV
echo "ORION_STORAGE=$PWD/tests/workspace/storage" >> $GITHUB_ENV
echo "ORION_GRAPHS=$PWD/tests/workspace/graphs" >> $GITHUB_ENV
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit d14f749

Please sign in to comment.