Skip to content

Commit

Permalink
fix gh to use poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
manulera committed Sep 1, 2023
1 parent 612c154 commit 2eb1615
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
- run: |
python -m pip install --upgrade pip
pip install poetry
poetry config virtualenvs.create false
poetry install --no-dev
mkdocs gh-deploy --force
6 changes: 6 additions & 0 deletions docs/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,9 @@ Rescues can correspond to different types of genetic interactions depending on t
### Does the order of genes in physical interaction matters.

In most cases, it does. Visit the [physical interaction page](./physical_interaction.md)

## Other

### Can I submit high-throughput datasets?

Yes, but not through Canto. See [PomBase Data Submission](https://www.pombase.org/submit-data).

0 comments on commit 2eb1615

Please sign in to comment.