Skip to content

Commit

Permalink
More CI tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery committed Jun 26, 2024
1 parent 4a5d98d commit 4c8430b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ workflows:
test:
jobs:
- build
# Temporarily disable to avoid compiling numpy on 32 bit
# - build-32
- build-32


5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ jobs:
fail-fast: false
matrix:
python: [ 3.9, 3.11 ]
# Use macos-13 to run on x86, for simplicity
os: [ macos-13, ubuntu-latest, windows-latest ]
os: [ macos-latest, ubuntu-latest, windows-latest ]
defaults:
run:
shell: bash
Expand All @@ -76,7 +75,7 @@ jobs:
uses: actions/checkout@v3

- name: Install OSX libs
if: matrix.os == 'macos-13'
if: matrix.os == 'macos-latest'
run: |
brew install libxml2 libxslt
Expand Down
2 changes: 1 addition & 1 deletion python/requirements/CI-tests-pip/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ portion==2.4.2
xmlunittest==0.5.0
biopython==1.83
dendropy==5.0.1
networkx==3.3
networkx==3.2.1
msgpack==1.0.8
newick==1.9.0
kastore==0.3.3
Expand Down

0 comments on commit 4c8430b

Please sign in to comment.