Skip to content

Commit

Permalink
Update ci commands
Browse files Browse the repository at this point in the history
  • Loading branch information
kotarot committed Aug 18, 2024
1 parent 15c9556 commit b060a81
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,19 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Show Python version
run: |
python --version
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: List dependencies
run: |
pip list
- name: Download assert.sh
run: |
wget https://raw.githubusercontent.com/lehmannro/assert.sh/master/assert.sh
Expand All @@ -45,6 +53,10 @@ jobs:
run: |
docker run -d -it --name my-gu-pa-jus gu-pa-jus
- name: List Docker containers
run: |
docker ps -a
- name: Grade the sample assignment (dry-run)
run: |
snakemake kadai --config kadainame="sample" -n
Expand Down

0 comments on commit b060a81

Please sign in to comment.