Skip to content

Commit

Permalink
split fastANI and thirdparty requirements into macOS/linux
Browse files Browse the repository at this point in the history
  • Loading branch information
widdowquinn committed Feb 21, 2024
1 parent bd8cc2b commit 0260391
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
run: conda install --file requirements.txt -y

- name: Install third-party tools
run: conda install --file requirements-thirdparty.txt -y
run: conda install --file requirements-thirdparty-linux.txt -y

- name: Install and Check FastANI
run: |
conda install --file requirements-fastani.txt -y
conda install --file requirements-fastani-linux.txt -y
fastani -h
- name: Install PyQT
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build-on-push-to-master
name: build-macos

on:
push:
Expand Down Expand Up @@ -47,11 +47,11 @@ jobs:
run: conda install --file requirements.txt -y

- name: Install third-party tools
run: conda install --file requirements-thirdparty.txt -y
run: conda install --file requirements-thirdparty-macos.txt -y

- name: Install and Check FastANI
run: |
conda install --file requirements-fastani.txt -y
conda install --file requirements-fastani-macos.txt -y
fastani -h
- name: Install PyQT
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 0260391

Please sign in to comment.