Skip to content

Commit

Permalink
get rid of .. in dependency dir
Browse files Browse the repository at this point in the history
  • Loading branch information
munnsmunns committed May 3, 2024
1 parent 73cff96 commit f4eb259
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ env:
PYTHON_LIBRARY_DIR: $Env:CONDA\Lib\site-packages
PYTHON_EXECUTABLE: $Env:CONDA\python.exe
BUILD_TYPE: Release
DEPENDENCY_DIR: ${{github.workspace}}\..\deps

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
Expand All @@ -31,6 +30,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: set dependency direcory
run: echo "DEPENDENCY_DIR=$HOME\github-deps" >> $env:GITHUB_ENV
- name: restore github dependencies from cache
id: cache-github
uses: actions/cache@v4
Expand Down

0 comments on commit f4eb259

Please sign in to comment.