Skip to content

Commit

Permalink
simpler build and test
Browse files Browse the repository at this point in the history
  • Loading branch information
matsen committed Jun 10, 2024
1 parent b302c21 commit 0b70084
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,10 @@ jobs:
with:
path: main

- name: Setup epam ssh key
uses: webfactory/[email protected]
with:
ssh-private-key: |
${{ secrets.SHMPLE_DEPLOY_PRIVATE_KEY }}
${{ secrets.EPAM_DEPLOY_PRIVATE_KEY }}
- name: Clone Epam
shell: bash -l {0}
run: |
git clone [email protected]:matsengrp/epam.git
- uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.5.6-0' # any version from https://github.com/mamba-org/micromamba-releases
environment-name: epam
environment-name: netam
create-args: >-
python=${{ matrix.python-version }}
datrie
Expand All @@ -55,10 +43,7 @@ jobs:
- name: Install
shell: bash -l {0}
run: |
export GIT_CLONE_PROTECTION_ACTIVE=false
cd epam
make install
cd ../main
cd main
pip install .
- name: Test
Expand Down
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
black
pulp==2.7.0 # see issue https://github.com/snakemake/snakemake/issues/2607
pytest
snakemake
tensorboardX
typing_extensions

0 comments on commit 0b70084

Please sign in to comment.