Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit 6914979

Browse files
committed
set env var
1 parent 4c00dd0 commit 6914979

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: CI
2+
env:
3+
DATADEPS_ALWAYS_ACCEPT: true
24
on:
35
- push
46
- pull_request

test/runtests.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
using NeuralOperators
22
using Test
33

4-
ENV["DATADEPS_ALWAYS_ACCEPT"] = true
5-
64
@testset "NeuralOperators.jl" begin
75
include("preprocess.jl")
86
include("fourier.jl")

0 commit comments

Comments
 (0)