Skip to content

Commit

Permalink
unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
tongzhouxu committed Mar 26, 2024
1 parent a8c45cb commit b9bf720
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
pip install .
- name: Download and set up ncbi datasets client
run: |
mkdir ncbi_datasets
curl -o ncbi_datasets/datasets 'https://ftp.ncbi.nlm.nih.gov/pub/datasets/command-line/v2/linux-amd64/datasets'
chmod +x ncbi_datasets/datasets
echo "export PATH=$PATH:ncbi_datasets" >> $GITHUB_ENV
curl -o datasets 'https://ftp.ncbi.nlm.nih.gov/pub/datasets/command-line/v2/linux-amd64/datasets'
chmod +x datasets
mv datasets $HOME/.local/bin
echo "$HOME/.local/bin" >> $GITHUB_PATH
which datasets
- name: Install pytest
run: |
Expand Down

0 comments on commit b9bf720

Please sign in to comment.