mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-07 23:18:43 +00:00
macos ci: no fuse tests for now, fixes #6099
test_fuse hangs (tried with osxfuse as well as with macfuse) for yet unknown reasons.
This commit is contained in:
parent
f2c975ba15
commit
a21c65b868
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -62,7 +62,7 @@ jobs:
|
|||
toxenv: py310-fuse3
|
||||
- os: macos-latest
|
||||
python-version: '3.8'
|
||||
toxenv: py38-fuse2
|
||||
toxenv: py38-none
|
||||
|
||||
env:
|
||||
# Configure pkg-config to use OpenSSL from Homebrew
|
||||
|
@ -107,7 +107,7 @@ jobs:
|
|||
brew install zstd || brew upgrade zstd
|
||||
brew install lz4 || brew upgrade lz4
|
||||
brew install openssl@1.1 || brew upgrade openssl@1.1
|
||||
brew install homebrew/cask/osxfuse || brew upgrade homebrew/cask/osxfuse # Required for Python llfuse module
|
||||
#brew install homebrew/cask/osxfuse || brew upgrade homebrew/cask/osxfuse # Required for Python llfuse module
|
||||
|
||||
- name: Install Python requirements
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue