Skip to content

Commit

Permalink
BUG: remove tabs
Browse files Browse the repository at this point in the history
Remove tabs from yaml.
  • Loading branch information
aburrell committed Oct 2, 2024
1 parent 859301f commit f460d8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
if: startsWith(matrix.os, 'mac')
run: |
export RSTPATH=$(pwd)
cp .github/test_profiles/profile.bash.darwin .profile.bash
cp .github/test_profiles/base.bash.darwin .profile/base.bash
cp .github/test_profiles/profile.bash.darwin .profile.bash
cp .github/test_profiles/base.bash.darwin .profile/base.bash
source .profile.bash
echo $SYSTEM
echo $OSTYPE
Expand Down

0 comments on commit f460d8c

Please sign in to comment.