From 62411af908fadd13f92c5b018a56a380e9587c1a Mon Sep 17 00:00:00 2001 From: andrew-saydjari Date: Sat, 15 Jan 2022 16:19:18 -0500 Subject: [PATCH] push documentation --- .github/workflows/Documentation.yml | 2 +- .github/workflows/UnitTest.yml | 2 +- src/decam.jl | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 8f6dafae..c5f7ba36 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -1,6 +1,6 @@ name: Documentation -on: [workflow_dispatch] #, push, pull_request] +on: [workflow_dispatch, push] #, push, pull_request] jobs: build: diff --git a/.github/workflows/UnitTest.yml b/.github/workflows/UnitTest.yml index d76d21f0..2b8981d1 100644 --- a/.github/workflows/UnitTest.yml +++ b/.github/workflows/UnitTest.yml @@ -1,6 +1,6 @@ name: Unit test -on: [workflow_dispatch,] # push, pull_request] +on: [workflow_dispatch, push] # , pull_request] jobs: test: diff --git a/src/decam.jl b/src/decam.jl index 11ebba71..4d48171c 100644 --- a/src/decam.jl +++ b/src/decam.jl @@ -29,9 +29,6 @@ function for obtaining the position dependent psf to the python namespace. """ function __init__() if !haskey(Conda._installed_packages_dict(),"crowdsourcephoto") - @static if Sys.iswindows() - Conda.add("nomkl",channel="conda-forge") - end Conda.add("crowdsourcephoto",channel="conda-forge") end decam_dir = dirname(@__FILE__)*"/decam_dir"