Skip to content

Commit

Permalink
Don't set BRIDGESTAN for Julia tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sethaxen committed Jan 20, 2023
1 parent bc6baa9 commit 0fa9b4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ jobs:

- name: Run tests
run: |
export BRIDGESTAN=$(pwd)
julia --project=./julia -t 2 -e "using Pkg; Pkg.test()"
test_R_client:
Expand Down Expand Up @@ -233,7 +232,6 @@ jobs:

- name: Run Julia tests
run: |
$env:BRIDGESTAN = $(pwd)
julia --project=./julia -t 2 -e "using Pkg; Pkg.test()"
- name: Run R tests
Expand Down

0 comments on commit 0fa9b4e

Please sign in to comment.