Skip to content

Commit

Permalink
Temporary change for psy4 feature branches
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-thom committed Feb 27, 2024
1 parent 402837d commit 57d2ebc
Show file tree
Hide file tree
Showing 5 changed files with 939 additions and 12 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/manifest_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Test-CI

on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- 'main'

jobs:
test:
steps:
- uses: actions/checkout@v3
- name: Fail if Manifest is present
uses: andstor/file-existence-action@v3
with:
files: "Manifest.toml"

- name: Manifest exists
if: steps.check_files.outputs.files_exists == 'true'
run: exit 1
9 changes: 0 additions & 9 deletions .github/workflows/pr_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Fail if Manifest is present
uses: andstor/file-existence-action@v3
with:
files: "Manifest.toml"

- name: Manifest exists
if: ${{ github.event.pull_request.base.ref }} && steps.check_files.outputs.files_exists == 'true'
run: exit 1

- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ docs/site/
*.pdf
*.ipynb

Manifest.toml
#Manifest.toml
.vscode
*.h5
data
Expand Down
Loading

0 comments on commit 57d2ebc

Please sign in to comment.