Skip to content

Commit

Permalink
Temporarily use runner.workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Jan 5, 2024
1 parent 69bb9cc commit 01279c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ResInsightWithCache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
- name: Run pytest
if: matrix.config.build-python-module
env:
RESINSIGHT_EXECUTABLE: ${{ github.workspace }}/ResInsight/cmakebuild/ApplicationExeCode/ResInsight
RESINSIGHT_EXECUTABLE: ${{ runner.workspace }}/ResInsight/cmakebuild/ApplicationExeCode/ResInsight
run: |
cd GrpcInterface/Python
python setup.py sdist
Expand All @@ -277,7 +277,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ResInsight-${{ matrix.config.name }}
path: ${{ github.workspace }}/ResInsight/cmakebuild/install
path: ${{ runner.workspace }}/ResInsight/cmakebuild/install

pypi-publish:
name: Upload release to PyPI
Expand Down

0 comments on commit 01279c3

Please sign in to comment.