Skip to content

Commit

Permalink
Update petagraph_qc_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benstear authored Oct 28, 2023
1 parent 49949b4 commit 1dd8636
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/petagraph_qc_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,15 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3

# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
architecture: 'x64'

# Runs a set of commands using the runners shell
- name: Run a multi-line script
- name: Run tests
run: |
pwd;ls;
touch tests/test.md;
python ./tests/test.py
- name: Display Python version
run: python -c "import sys; print(sys.version)"

0 comments on commit 1dd8636

Please sign in to comment.