Skip to content

Commit

Permalink
tmp: make workdir simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-liang3 committed Jan 10, 2025
1 parent 6ae5501 commit f8be78f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
volumes:
- ${{ github.workspace }}:/app:delegated
- /app/build
options: --workdir /app/build --user root
options: --user root
steps:
- name: TMP install lfs
run: apt-get update && apt-get install -y --no-install-recommends git-lfs
Expand All @@ -132,7 +132,7 @@ jobs:
fetch-depth: 0
lfs: true
- name: Try to install ostk
run: ostk-build && ostk-install
run: cd /app/build && ostk-build && ostk-install

# test-unit-python-matrix:
# name: Run Python Unit Tests With Multiple Python Versions
Expand Down

0 comments on commit f8be78f

Please sign in to comment.