diff --git a/.conda_envs/env.yml b/.conda_envs/env.yml deleted file mode 100644 index 248bcea..0000000 --- a/.conda_envs/env.yml +++ /dev/null @@ -1,9 +0,0 @@ -name: dx2-env -channels: - - conda-forge - - defaults -dependencies: - - anaconda-client - - pip - - pip: - - -r ../requirements.txt \ No newline at end of file diff --git a/.github/workflows/dx2-env.yml b/dx2/dx2-env.yml similarity index 100% rename from .github/workflows/dx2-env.yml rename to dx2/dx2-env.yml