Skip to content

Commit

Permalink
Update test_DesiRNA.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fryzjergda authored Jun 5, 2024
1 parent 8717013 commit a825d3e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test_DesiRNA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,14 @@ jobs:
uses: actions/checkout@v2

- name: Install dependencies on macOS
if: runner.os == 'macos'
if: runner.os == 'macOS'
run: |
brew install gettext
brew link --force gettext
echo 'export PATH="/usr/local/opt/gettext/bin:$PATH"' >> $GITHUB_ENV
echo 'export LDFLAGS="-L/usr/local/opt/gettext/lib"' >> $GITHUB_ENV
echo 'export CPPFLAGS="-I/usr/local/opt/gettext/include"' >> $GITHUB_ENV
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
Expand Down

0 comments on commit a825d3e

Please sign in to comment.