Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gmatteo committed Jul 21, 2024
1 parent 677cce3 commit 9e9d82e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# Runs the complete test suite.
# Runs the Abipy test suite.
name: Tests

on:
push:
branches: [develop]
paths-ignore: ["**/*.md", docs/**]
pull_request:
branches: [develop]
paths-ignore: ["**/*.md", docs/**]
workflow_dispatch:
workflow_call: # make this workflow reusable by release.yml

Expand All @@ -17,7 +15,7 @@ permissions:
jobs:
test:
# prevent this action from running on forks
if: github.repository == 'abinit/abipy'
#if: github.repository == 'abinit/abipy'
defaults:
run:
shell: bash -l {0} # enables conda/mamba env activation by reading bash profile
Expand Down Expand Up @@ -56,8 +54,8 @@ jobs:
abinit --version
abinit --build
pip install . # --editable
cp -r data/managers/travis_manager.yml $HOME/.abinit/abipy/manager.yml
cp -r data/managers/simple_scheduler.yml $HOME/.abinit/abipy/scheduler.yml
cp -r abipy/data/managers/travis_manager.yml $HOME/.abinit/abipy/manager.yml
cp -r abipy/data/managers/simple_scheduler.yml $HOME/.abinit/abipy/scheduler.yml
- name: pytest split ${{ matrix.split }}
run: |
Expand Down

0 comments on commit 9e9d82e

Please sign in to comment.