Skip to content

Commit 1d23488

Browse files
committed
Remove duplicate export
1 parent b96b603 commit 1d23488

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
julia -e 'using Pkg; Pkg.develop(Pkg.PackageSpec(path="../ReactionMechanismSimulator.jl/")); Pkg.build("ReactionMechanismSimulator");'
3333
- name: Run tests
3434
run: |
35-
current_path=${{ github.workspace }}
36-
export JULIA_CONDAPKG_ENV="$current_path/rms_env"
3735
julia -e 'using Pkg; Pkg.test("ReactionMechanismSimulator"; coverage=true)'
3836
- uses: julia-actions/julia-processcoverage@v1
3937
- uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)