Skip to content

Commit

Permalink
removed backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorso committed Mar 27, 2024
1 parent 14756b7 commit cf9f189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
arch: ${{ matrix.arch }}

- run: pip install gym
- run: julia --color=yes --project -e 'using Pkg; pkg\"add https://github.com/ancorso/POMDPGym.jl\"; Pkg.instantiate()'
- run: julia --color=yes --project -e 'using Pkg; pkg"add https://github.com/ancorso/POMDPGym.jl"; Pkg.instantiate()'
# using a cache can speed up execution times
- uses: actions/cache@v2
env:
Expand Down

0 comments on commit cf9f189

Please sign in to comment.