Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] fix lint #36689

Merged
merged 1 commit into from
Jun 22, 2023
Merged

[ci] fix lint #36689

merged 1 commit into from
Jun 22, 2023

Conversation

can-anyscale
Copy link
Collaborator

Why are these changes needed?

Lint is complaining that I'm using single quote. Use double quote and escape character instead.

Checks

  • I've signed off every commit(by using the -s flag, i.e., git commit -s) in this PR.
  • I've run scripts/format.sh to lint the changes in this PR.
    tests.ray.io/
  • Testing Strategy: CI

Signed-off-by: can <can@anyscale.com>
@can-anyscale can-anyscale requested a review from a team as a code owner June 22, 2023 02:06
@@ -16,7 +16,7 @@ mkdir ~/.mujoco
mv mujoco210-linux-x86_64.tar.gz ~/.mujoco/.
cd ~/.mujoco
tar -xf ~/.mujoco/mujoco210-linux-x86_64.tar.gz
echo 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/ray/.mujoco/mujoco210/bin' >> /home/ray/.bashrc
echo "export LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:/home/ray/.mujoco/mujoco210/bin" >> /home/ray/.bashrc
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm.... you actually meant to not escape huh.. not sure if there is some way to tell the linter to ignore this.

@pcmoritz pcmoritz merged commit 66535d5 into master Jun 22, 2023
@pcmoritz pcmoritz deleted the can-fix-lint branch June 22, 2023 10:46
arvind-chandra pushed a commit to lmco/ray that referenced this pull request Aug 31, 2023
Signed-off-by: can <can@anyscale.com>
Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants